@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()
 Information about the stack. | 
| int | hashCode() | 
| void | setStack(Stack stack)
 Information about the stack. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| CreateStackResult | withStack(Stack stack)
 Information about the stack. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStack(Stack stack)
Information about the stack.
stack - Information about the stack.public Stack getStack()
Information about the stack.
public CreateStackResult withStack(Stack stack)
Information about the stack.
stack - Information about the stack.public String toString()
toString in class ObjectObject.toString()public CreateStackResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.