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 void setStackId(String stackId)
Unique identifier of the stack.
stackId
- Unique identifier of the stack.public String getStackId()
Unique identifier of the stack.
public CreateStackResult withStackId(String stackId)
Unique identifier of the stack.
stackId
- Unique identifier of the stack.public String toString()
toString
in class Object
Object.toString()
public CreateStackResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.