com.amazonaws.services.cloudformation.model
Class GetTemplateResult

java.lang.Object
  extended by com.amazonaws.services.cloudformation.model.GetTemplateResult

public class GetTemplateResult
extends java.lang.Object

The output for GetTemplate action.


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

Constructor Detail

GetTemplateResult

public GetTemplateResult()
Method Detail

getTemplateBody

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

Constraints:
Length: 1 -

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

setTemplateBody

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

Constraints:
Length: 1 -

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

withTemplateBody

public GetTemplateResult withTemplateBody(java.lang.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 -

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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

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


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.