Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudformation.model
Class GetTemplateResult

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

public class GetTemplateResult
extends Object
implements Serializable

The output for GetTemplate action.

See Also:
Serialized Form

Constructor Summary
GetTemplateResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getTemplateBody()
          Structure containing the template body.
 int hashCode()
           
 void setTemplateBody(String templateBody)
          Structure containing the template body.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetTemplateResult withTemplateBody(String templateBody)
          Structure containing the template body.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetTemplateResult

public GetTemplateResult()
Method Detail

getTemplateBody

public String getTemplateBody()
Structure containing the template body. (For more information, go to the AWS CloudFormation User Guide.)

Constraints:
Length: 1 - 51200

Returns:
Structure containing the template body. (For more information, go to the AWS CloudFormation User Guide.)

setTemplateBody

public void setTemplateBody(String templateBody)
Structure containing the template body. (For more information, go to the AWS CloudFormation User Guide.)

Constraints:
Length: 1 - 51200

Parameters:
templateBody - Structure containing the template body. (For more information, go to the AWS CloudFormation User Guide.)

withTemplateBody

public GetTemplateResult withTemplateBody(String templateBody)
Structure containing the template body. (For more information, go to the AWS CloudFormation User Guide.)

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

Constraints:
Length: 1 - 51200

Parameters:
templateBody - Structure containing the template body. (For more information, go to 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 © 2010 Amazon Web Services, Inc. All Rights Reserved.