public class GetTemplateResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The output for GetTemplate action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
templateBody
Structure containing the template body.
|
Constructor and Description |
---|
GetTemplateResult() |
Modifier and Type | Method and Description |
---|---|
GetTemplateResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getTemplateBody()
Structure containing the template body.
|
int |
hashCode() |
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.
|
private java.lang.String templateBody
Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
public void setTemplateBody(java.lang.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 java.lang.String getTemplateBody()
Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
public GetTemplateResult withTemplateBody(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetTemplateResult clone()
clone
in class java.lang.Object