@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetModelTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents a mapping template used to transform a payload.
Constructor and Description |
---|
GetModelTemplateResult() |
Modifier and Type | Method and Description |
---|---|
GetModelTemplateResult |
clone() |
boolean |
equals(Object obj) |
String |
getValue()
The Apache Velocity Template Language (VTL) template content used for the template resource.
|
int |
hashCode() |
void |
setValue(String value)
The Apache Velocity Template Language (VTL) template content used for the template resource.
|
String |
toString()
Returns a string representation of this object.
|
GetModelTemplateResult |
withValue(String value)
The Apache Velocity Template Language (VTL) template content used for the template resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setValue(String value)
The Apache Velocity Template Language (VTL) template content used for the template resource.
value
- The Apache Velocity Template Language (VTL) template content used for the template resource.public String getValue()
The Apache Velocity Template Language (VTL) template content used for the template resource.
public GetModelTemplateResult withValue(String value)
The Apache Velocity Template Language (VTL) template content used for the template resource.
value
- The Apache Velocity Template Language (VTL) template content used for the template resource.public String toString()
toString
in class Object
Object.toString()
public GetModelTemplateResult clone()