Class GetModelTemplateResult
java.lang.Object
com.amazonaws.services.apigateway.model.GetModelTemplateResult
- All Implemented Interfaces:
Serializable, Cloneable
Represents a mapping template used to transform a payload.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetValue()The Apache Velocity Template Language (VTL) template content used for the template resource.inthashCode()voidThe Apache Velocity Template Language (VTL) template content used for the template resource.toString()Returns a string representation of this object; useful for testing and debugging.The Apache Velocity Template Language (VTL) template content used for the template resource.
-
Constructor Details
-
GetModelTemplateResult
public GetModelTemplateResult()
-
-
Method Details
-
setValue
The Apache Velocity Template Language (VTL) template content used for the template resource.
- Parameters:
value- The Apache Velocity Template Language (VTL) template content used for the template resource.
-
getValue
The Apache Velocity Template Language (VTL) template content used for the template resource.
- Returns:
- The Apache Velocity Template Language (VTL) template content used for the template resource.
-
withValue
The Apache Velocity Template Language (VTL) template content used for the template resource.
- Parameters:
value- The Apache Velocity Template Language (VTL) template content used for the template resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-