Class GetStackPolicyResult
java.lang.Object
com.amazonaws.services.cloudformation.model.GetStackPolicyResult
- All Implemented Interfaces:
Serializable
,Cloneable
The output for the GetStackPolicy action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Structure containing the stack policy body.int
hashCode()
void
setStackPolicyBody
(String stackPolicyBody) Structure containing the stack policy body.toString()
Returns a string representation of this object; useful for testing and debugging.withStackPolicyBody
(String stackPolicyBody) Structure containing the stack policy body.
-
Constructor Details
-
GetStackPolicyResult
public GetStackPolicyResult()
-
-
Method Details
-
setStackPolicyBody
Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
- Parameters:
stackPolicyBody
- Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
-
getStackPolicyBody
Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
- Returns:
- Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
-
withStackPolicyBody
Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
- Parameters:
stackPolicyBody
- Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-