@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateStackResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The output for an UpdateStack action.
Constructor and Description |
---|
UpdateStackResult() |
Modifier and Type | Method and Description |
---|---|
UpdateStackResult |
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.
|
UpdateStackResult |
withStackId(String stackId)
Unique identifier of the stack.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 UpdateStackResult withStackId(String stackId)
Unique identifier of the stack.
stackId
- Unique identifier of the stack.public String toString()
toString
in class Object
Object.toString()
public UpdateStackResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.