public class TestRenderTemplateResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
TestRenderTemplateResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.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(java.lang.String renderedTemplate)
The complete MIME message rendered by applying the data in the
TemplateData parameter to the template specified in the TemplateName
parameter.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TestRenderTemplateResult |
withRenderedTemplate(java.lang.String renderedTemplate)
The complete MIME message rendered by applying the data in the
TemplateData parameter to the template specified in the TemplateName
parameter.
|
public java.lang.String getRenderedTemplate()
The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.
The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.
public void setRenderedTemplate(java.lang.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 TestRenderTemplateResult withRenderedTemplate(java.lang.String renderedTemplate)
The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.
Returns a reference to this object so that method calls can be chained together.
renderedTemplate - The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.