public class CreateStackResult extends Object 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 . |
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 © 2018. All rights reserved.