public class CloneStackResult extends Object implements Serializable
Contains the response to a CloneStack request.
| Constructor and Description |
|---|
CloneStackResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getStackId()
The cloned stack ID.
|
int |
hashCode() |
void |
setStackId(String stackId)
The cloned stack ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CloneStackResult |
withStackId(String stackId)
The cloned stack ID.
|
public String getStackId()
public void setStackId(String stackId)
stackId - The cloned stack ID.public CloneStackResult withStackId(String stackId)
Returns a reference to this object so that method calls can be chained together.
stackId - The cloned stack ID.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.