@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStackResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
CreateStackResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateStackResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
Stack | 
getStack()
 The details for the created stack. 
 | 
int | 
hashCode()  | 
void | 
setStack(Stack stack)
 The details for the created stack. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
CreateStackResult | 
withStack(Stack stack)
 The details for the created stack. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStack(Stack stack)
The details for the created stack.
stack - The details for the created stack.public Stack getStack()
The details for the created stack.
public CreateStackResult withStack(Stack stack)
The details for the created stack.
stack - The details for the created stack.public String toString()
toString in class ObjectObject.toString()public CreateStackResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.