public class GetTemplateResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTemplateBody(String templateBody)
Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
AWS CloudFormation returns the same template that was used when the stack was created.
templateBody
- Structure containing the template body. (For more information, go to Template
Anatomy in the AWS CloudFormation User Guide.)
AWS CloudFormation returns the same template that was used when the stack was created.
public String getTemplateBody()
Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
AWS CloudFormation returns the same template that was used when the stack was created.
AWS CloudFormation returns the same template that was used when the stack was created.
public GetTemplateResult withTemplateBody(String templateBody)
Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
AWS CloudFormation returns the same template that was used when the stack was created.
templateBody
- Structure containing the template body. (For more information, go to Template
Anatomy in the AWS CloudFormation User Guide.)
AWS CloudFormation returns the same template that was used when the stack was created.
public String toString()
toString
in class Object
Object.toString()
public GetTemplateResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.