@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplacementTemplate extends Object implements Serializable, Cloneable, StructuredPojo
An object which contains ReplacementTemplateData
to be used for a specific BulkEmailEntry
.
Constructor and Description |
---|
ReplacementTemplate() |
Modifier and Type | Method and Description |
---|---|
ReplacementTemplate |
clone() |
boolean |
equals(Object obj) |
String |
getReplacementTemplateData()
A list of replacement values to apply to the template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setReplacementTemplateData(String replacementTemplateData)
A list of replacement values to apply to the template.
|
String |
toString()
Returns a string representation of this object.
|
ReplacementTemplate |
withReplacementTemplateData(String replacementTemplateData)
A list of replacement values to apply to the template.
|
public void setReplacementTemplateData(String replacementTemplateData)
A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
replacementTemplateData
- A list of replacement values to apply to the template. This parameter is a JSON object, typically
consisting of key-value pairs in which the keys correspond to replacement tags in the email template.public String getReplacementTemplateData()
A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
public ReplacementTemplate withReplacementTemplateData(String replacementTemplateData)
A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
replacementTemplateData
- A list of replacement values to apply to the template. This parameter is a JSON object, typically
consisting of key-value pairs in which the keys correspond to replacement tags in the email template.public String toString()
toString
in class Object
Object.toString()
public ReplacementTemplate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.