@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStackResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The output for a CreateStack action.
| Constructor and Description | 
|---|
| CreateStackResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateStackResult | clone() | 
| boolean | equals(Object obj) | 
| String | getStackId()
 Unique identifier of the stack. | 
| int | hashCode() | 
| void | setStackId(String stackId)
 Unique identifier of the stack. | 
| String | toString()Returns a string representation of this object. | 
| CreateStackResult | withStackId(String stackId)
 Unique identifier of the stack. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStackId(String stackId)
Unique identifier of the stack.
stackId - Unique identifier of the stack.public String getStackId()
Unique identifier of the stack.
public CreateStackResult withStackId(String stackId)
Unique identifier of the stack.
stackId - Unique identifier of the stack.public String toString()
toString in class ObjectObject.toString()public CreateStackResult clone()
Copyright © 2020. All rights reserved.