Class GetTemplateResult
java.lang.Object
com.amazonaws.services.cloudformation.model.GetTemplateResult
- All Implemented Interfaces:
Serializable
,Cloneable
The output for GetTemplate action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Structure containing the template body.int
hashCode()
void
setTemplateBody
(String templateBody) Structure containing the template body.toString()
Returns a string representation of this object; useful for testing and debugging.withTemplateBody
(String templateBody) Structure containing the template body.
-
Constructor Details
-
GetTemplateResult
public GetTemplateResult()
-
-
Method Details
-
setTemplateBody
Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
- Parameters:
templateBody
- Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
-
getTemplateBody
Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
- Returns:
- Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
-
withTemplateBody
Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
- Parameters:
templateBody
- Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-