@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Template extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the name of the message template to use for the message.
| Constructor and Description |
|---|
Template() |
| Modifier and Type | Method and Description |
|---|---|
Template |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the message template to use for the message.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the message template to use for the message.
|
String |
toString()
Returns a string representation of this object.
|
Template |
withName(String name)
The name of the message template to use for the message.
|
public void setName(String name)
The name of the message template to use for the message. If specified, this value must match the name of an existing message template.
name - The name of the message template to use for the message. If specified, this value must match the name of
an existing message template.public String getName()
The name of the message template to use for the message. If specified, this value must match the name of an existing message template.
public Template withName(String name)
The name of the message template to use for the message. If specified, this value must match the name of an existing message template.
name - The name of the message template to use for the message. If specified, this value must match the name of
an existing message template.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.