public class CreateStackResult extends Object implements Serializable
Contains the response to a CreateStack
request.
Constructor and Description |
---|
CreateStackResult() |
Modifier and Type | Method and Description |
---|---|
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 . |
public String getStackId()
DescribeStacks
.DescribeStacks
.public void setStackId(String stackId)
DescribeStacks
.stackId
- The stack ID, which is an opaque string that you use to identify the
stack when performing actions such as DescribeStacks
.public CreateStackResult withStackId(String stackId)
DescribeStacks
.
Returns a reference to this object so that method calls can be chained together.
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()
Copyright © 2014. All rights reserved.