public class GetStackPolicyResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The output for the GetStackPolicy action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
stackPolicyBody
Structure containing the stack policy body.
|
Constructor and Description |
---|
GetStackPolicyResult() |
Modifier and Type | Method and Description |
---|---|
GetStackPolicyResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getStackPolicyBody()
Structure containing the stack policy body.
|
int |
hashCode() |
void |
setStackPolicyBody(java.lang.String stackPolicyBody)
Structure containing the stack policy body.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetStackPolicyResult |
withStackPolicyBody(java.lang.String stackPolicyBody)
Structure containing the stack policy body.
|
private java.lang.String stackPolicyBody
Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
public void setStackPolicyBody(java.lang.String stackPolicyBody)
Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
stackPolicyBody
- Structure containing the stack policy body. (For more information,
go to Prevent Updates to Stack Resources in the AWS CloudFormation
User Guide.)public java.lang.String getStackPolicyBody()
Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
public GetStackPolicyResult withStackPolicyBody(java.lang.String stackPolicyBody)
Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
stackPolicyBody
- Structure containing the stack policy body. (For more information,
go to Prevent Updates to Stack Resources in the AWS CloudFormation
User Guide.)public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetStackPolicyResult clone()
clone
in class java.lang.Object