com.amazonaws.services.cloudformation.model
Class GetStackPolicyResult

java.lang.Object
  extended by com.amazonaws.services.cloudformation.model.GetStackPolicyResult
All Implemented Interfaces:
Serializable

public class GetStackPolicyResult
extends Object
implements Serializable

The output for the GetStackPolicy action.

See Also:
Serialized Form

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

GetStackPolicyResult

public GetStackPolicyResult()
Method Detail

getStackPolicyBody

public String getStackPolicyBody()
Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)

Constraints:
Length: 1 - 16384

Returns:
Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)

setStackPolicyBody

public void setStackPolicyBody(String stackPolicyBody)
Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)

Constraints:
Length: 1 - 16384

Parameters:
stackPolicyBody - Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)

withStackPolicyBody

public GetStackPolicyResult withStackPolicyBody(String stackPolicyBody)
Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 16384

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:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.