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()booleanThe instance ID.inthashCode()voidsetInstanceId(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
-
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
-
equals
-
hashCode
-
clone
-