Class RegisterInstanceResult
java.lang.Object
com.amazonaws.services.opsworks.model.RegisterInstanceResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a RegisterInstanceResult
request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The registered instance's AWS OpsWorks ID.int
hashCode()
void
setInstanceId
(String instanceId) The registered instance's AWS OpsWorks ID.toString()
Returns a string representation of this object; useful for testing and debugging.withInstanceId
(String instanceId) The registered instance's AWS OpsWorks ID.
-
Constructor Details
-
RegisterInstanceResult
public RegisterInstanceResult()
-
-
Method Details
-
setInstanceId
The registered instance's AWS OpsWorks ID.
- Parameters:
instanceId
- The registered instance's AWS OpsWorks ID.
-
getInstanceId
The registered instance's AWS OpsWorks ID.
- Returns:
- The registered instance's AWS OpsWorks ID.
-
withInstanceId
The registered instance's AWS OpsWorks ID.
- Parameters:
instanceId
- The registered instance's AWS OpsWorks ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-