@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. 
 | 
UpdateTerminationProtectionResult | 
withStackId(String stackId)
 The unique ID of the stack. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public UpdateTerminationProtectionResult clone()