@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 that you want 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 that you want to render.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TestRenderTemplateRequest |
withTemplateData(String templateData)
A list of replacement values to apply to the template.
|
TestRenderTemplateRequest |
withTemplateName(String templateName)
The name of the template that you want 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 that you want to render.
templateName
- The name of the template that you want to render.public String getTemplateName()
The name of the template that you want to render.
public TestRenderTemplateRequest withTemplateName(String templateName)
The name of the template that you want to render.
templateName
- The name of the template that you want 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.