public class GetTemplateResult extends Object implements Serializable
The output for GetTemplate action.
Constructor and Description |
---|
GetTemplateResult() |
Modifier and Type | Method and Description |
---|---|
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 String getTemplateBody()
Constraints:
Length: 1 -
public void setTemplateBody(String templateBody)
Constraints:
Length: 1 -
templateBody
- Structure containing the template body. (For more information, go to
the AWS
CloudFormation User Guide.)public GetTemplateResult withTemplateBody(String templateBody)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
templateBody
- Structure containing the template body. (For more information, go to
the AWS
CloudFormation User Guide.)public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.