@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; useful for testing and debugging.
|
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, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateStackResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.