@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetModelTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetModelTemplateResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetModelTemplateResult | clone() | 
| boolean | equals(Object obj) | 
| String | getValue()
 The template value. | 
| int | hashCode() | 
| void | setValue(String value)
 The template value. | 
| String | toString()Returns a string representation of this object. | 
| GetModelTemplateResult | withValue(String value)
 The template value. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setValue(String value)
The template value.
value - The template value.public String getValue()
The template value.
public GetModelTemplateResult withValue(String value)
The template value.
value - The template value.public String toString()
toString in class ObjectObject.toString()public GetModelTemplateResult clone()