Class CreateInstanceResult
java.lang.Object
com.amazonaws.services.opsworks.model.CreateInstanceResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a CreateInstance
request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The instance ID.int
hashCode()
void
setInstanceId
(String instanceId) The instance ID.toString()
Returns a string representation of this object; useful for testing and debugging.withInstanceId
(String instanceId) The instance ID.
-
Constructor Details
-
CreateInstanceResult
public CreateInstanceResult()
-
-
Method Details
-
setInstanceId
The instance ID.
- Parameters:
instanceId
- The instance ID.
-
getInstanceId
The instance ID.
- Returns:
- The instance ID.
-
withInstanceId
The instance ID.
- Parameters:
instanceId
- The instance 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
-