@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStackResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 Contains the response to a CreateStack request.
 
| Constructor and Description | 
|---|
| CreateStackResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateStackResult | clone() | 
| boolean | equals(Object obj) | 
| String | getStackId()
 The stack ID, which is an opaque string that you use to identify the stack when performing actions such as
  DescribeStacks. | 
| int | hashCode() | 
| void | setStackId(String stackId)
 The stack ID, which is an opaque string that you use to identify the stack when performing actions such as
  DescribeStacks. | 
| String | toString()Returns a string representation of this object. | 
| CreateStackResult | withStackId(String stackId)
 The stack ID, which is an opaque string that you use to identify the stack when performing actions such as
  DescribeStacks. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStackId(String stackId)
 The stack ID, which is an opaque string that you use to identify the stack when performing actions such as
 DescribeStacks.
 
stackId - The stack ID, which is an opaque string that you use to identify the stack when performing actions such as
        DescribeStacks.public String getStackId()
 The stack ID, which is an opaque string that you use to identify the stack when performing actions such as
 DescribeStacks.
 
DescribeStacks.public CreateStackResult withStackId(String stackId)
 The stack ID, which is an opaque string that you use to identify the stack when performing actions such as
 DescribeStacks.
 
stackId - The stack ID, which is an opaque string that you use to identify the stack when performing actions such as
        DescribeStacks.public String toString()
toString in class ObjectObject.toString()public CreateStackResult clone()