public class GetStackPolicyResult extends Object implements Serializable
The output for the GetStackPolicy action.
Constructor and Description |
---|
GetStackPolicyResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getStackPolicyBody()
Structure containing the stack policy body.
|
int |
hashCode() |
void |
setStackPolicyBody(String stackPolicyBody)
Structure containing the stack policy body.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetStackPolicyResult |
withStackPolicyBody(String stackPolicyBody)
Structure containing the stack policy body.
|
public String getStackPolicyBody()
Constraints:
Length: 1 - 16384
public void setStackPolicyBody(String stackPolicyBody)
Constraints:
Length: 1 - 16384
stackPolicyBody
- 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(String stackPolicyBody)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 16384
stackPolicyBody
- Structure containing the stack policy body. (For more information, go
to
Prevent Updates to Stack Resources in the AWS CloudFormation User
Guide.)public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.