Class CloneStackResult
java.lang.Object
com.amazonaws.services.opsworks.model.CloneStackResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the response to a CloneStack request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe cloned stack ID.inthashCode()voidsetStackId(String stackId) The cloned stack ID.toString()Returns a string representation of this object; useful for testing and debugging.withStackId(String stackId) The cloned stack ID.
-
Constructor Details
-
CloneStackResult
public CloneStackResult()
-
-
Method Details
-
setStackId
The cloned stack ID.
- Parameters:
stackId- The cloned stack ID.
-
getStackId
-
withStackId
The cloned stack ID.
- Parameters:
stackId- The cloned stack ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-