@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTerminationProtectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateTerminationProtectionResult() |
Modifier and Type | Method and Description |
---|---|
UpdateTerminationProtectionResult |
clone() |
boolean |
equals(Object obj) |
String |
getStackId()
The unique ID of the stack.
|
int |
hashCode() |
void |
setStackId(String stackId)
The unique ID of the stack.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateTerminationProtectionResult |
withStackId(String stackId)
The unique ID of the stack.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStackId(String stackId)
The unique ID of the stack.
stackId
- The unique ID of the stack.public String getStackId()
The unique ID of the stack.
public UpdateTerminationProtectionResult withStackId(String stackId)
The unique ID of the stack.
stackId
- The unique ID of the stack.public String toString()
toString
in class Object
Object.toString()
public UpdateTerminationProtectionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.