@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestRenderTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
TestRenderTemplateResult() |
Modifier and Type | Method and Description |
---|---|
TestRenderTemplateResult |
clone() |
boolean |
equals(Object obj) |
String |
getRenderedTemplate()
The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified
in the TemplateName parameter.
|
int |
hashCode() |
void |
setRenderedTemplate(String renderedTemplate)
The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified
in the TemplateName parameter.
|
String |
toString()
Returns a string representation of this object.
|
TestRenderTemplateResult |
withRenderedTemplate(String renderedTemplate)
The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified
in the TemplateName parameter.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRenderedTemplate(String renderedTemplate)
The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.
renderedTemplate
- The complete MIME message rendered by applying the data in the TemplateData parameter to the template
specified in the TemplateName parameter.public String getRenderedTemplate()
The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.
public TestRenderTemplateResult withRenderedTemplate(String renderedTemplate)
The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.
renderedTemplate
- The complete MIME message rendered by applying the data in the TemplateData parameter to the template
specified in the TemplateName parameter.public String toString()
toString
in class Object
Object.toString()
public TestRenderTemplateResult clone()