@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; useful for testing and debugging.
|
GetModelTemplateResult |
withValue(String value)
The Apache Velocity Template Language (VTL) template content used
for the template resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public GetModelTemplateResult clone()
Copyright © 2018. All rights reserved.