@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestRenderTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
TestRenderTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
TestRenderTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getTemplateData()
A list of replacement values to apply to the template.
|
String |
getTemplateName()
The name of the template to render.
|
int |
hashCode() |
void |
setTemplateData(String templateData)
A list of replacement values to apply to the template.
|
void |
setTemplateName(String templateName)
The name of the template to render.
|
String |
toString()
Returns a string representation of this object.
|
TestRenderTemplateRequest |
withTemplateData(String templateData)
A list of replacement values to apply to the template.
|
TestRenderTemplateRequest |
withTemplateName(String templateName)
The name of the template to render.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setTemplateName(String templateName)
The name of the template to render.
templateName
- The name of the template to render.public String getTemplateName()
The name of the template to render.
public TestRenderTemplateRequest withTemplateName(String templateName)
The name of the template to render.
templateName
- The name of the template to render.public void setTemplateData(String templateData)
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.
templateData
- 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 getTemplateData()
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 TestRenderTemplateRequest withTemplateData(String templateData)
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.
templateData
- 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 TestRenderTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()