@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloneStackResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStackId(String stackId)
The cloned stack ID.
stackId
- The cloned stack ID.public String getStackId()
The cloned stack ID.
public CloneStackResult withStackId(String stackId)
The cloned stack ID.
stackId
- The cloned stack ID.public String toString()
toString
in class Object
Object.toString()
public CloneStackResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.