public class CloneStackResult extends Object implements Serializable, Cloneable
Contains the response to a CloneStack
request.
Constructor and Description |
---|
CloneStackResult() |
Modifier and Type | Method and Description |
---|---|
CloneStackResult |
clone() |
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 Object
Object.toString()
public CloneStackResult clone()
Copyright © 2015. All rights reserved.