public class CloneStackResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the response to a CloneStack
request.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
stackId
The cloned stack ID.
|
Constructor and Description |
---|
CloneStackResult() |
Modifier and Type | Method and Description |
---|---|
CloneStackResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getStackId()
The cloned stack ID.
|
int |
hashCode() |
void |
setStackId(java.lang.String stackId)
The cloned stack ID.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CloneStackResult |
withStackId(java.lang.String stackId)
The cloned stack ID.
|
public void setStackId(java.lang.String stackId)
The cloned stack ID.
stackId
- The cloned stack ID.public java.lang.String getStackId()
The cloned stack ID.
public CloneStackResult withStackId(java.lang.String stackId)
The cloned stack ID.
stackId
- The cloned stack ID.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CloneStackResult clone()
clone
in class java.lang.Object