public class GetModelTemplateResult extends Object 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.
|
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()
Copyright © 2016. All rights reserved.