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()
boolean
The cloned stack ID.int
hashCode()
void
setStackId
(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
The cloned stack ID.
- Returns:
- The cloned stack ID.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-