public class CreateStackResult extends Object implements Serializable
The output for a CreateStack action.
Constructor and Description |
---|
CreateStackResult() |
Modifier and Type | Method and Description |
---|---|
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 Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.