|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudformation.model.GetStackPolicyResult
public class GetStackPolicyResult
The output for the GetStackPolicy action.
Constructor Summary | |
---|---|
GetStackPolicyResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetStackPolicyResult()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |