public class CreateStackResult extends Object 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; useful for testing and
 debugging. | 
| CreateStackResult | withStackId(String stackId)Unique identifier of the stack. | 
public String getStackId()
public void setStackId(String stackId)
stackId - Unique identifier of the stack.public CreateStackResult withStackId(String stackId)
Returns a reference to this object so that method calls can be chained together.
stackId - Unique identifier of the stack.public String toString()
toString in class ObjectObject.toString()public CreateStackResult clone()
Copyright © 2015. All rights reserved.