public class GetTemplateResult extends Object implements Serializable, Cloneable
The output for GetTemplate action.
Constructor and Description |
---|
GetTemplateResult() |
Modifier and Type | Method and Description |
---|---|
GetTemplateResult |
clone() |
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.
|
public void setTemplateBody(String templateBody)
Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
templateBody
- Structure containing the template body. (For more information, go
to Template Anatomy in the AWS CloudFormation User Guide.)public String getTemplateBody()
Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
public GetTemplateResult withTemplateBody(String templateBody)
Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
templateBody
- Structure containing the template body. (For more information, go
to Template Anatomy in the AWS CloudFormation User Guide.)public String toString()
toString
in class Object
Object.toString()
public GetTemplateResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.