@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateStackResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdateStackResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateStackResult | 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. | 
| UpdateStackResult | 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 UpdateStackResult withStack(Stack stack)
Information about the stack.
stack - Information about the stack.public String toString()
toString in class ObjectObject.toString()public UpdateStackResult clone()