@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotifyEmailType extends Object implements Serializable, Cloneable, StructuredPojo
The notify email type.
| Constructor and Description |
|---|
NotifyEmailType() |
| Modifier and Type | Method and Description |
|---|---|
NotifyEmailType |
clone() |
boolean |
equals(Object obj) |
String |
getHtmlBody()
The HTML body.
|
String |
getSubject()
The subject.
|
String |
getTextBody()
The text body.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setHtmlBody(String htmlBody)
The HTML body.
|
void |
setSubject(String subject)
The subject.
|
void |
setTextBody(String textBody)
The text body.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
NotifyEmailType |
withHtmlBody(String htmlBody)
The HTML body.
|
NotifyEmailType |
withSubject(String subject)
The subject.
|
NotifyEmailType |
withTextBody(String textBody)
The text body.
|
public void setSubject(String subject)
The subject.
subject - The subject.public String getSubject()
The subject.
public NotifyEmailType withSubject(String subject)
The subject.
subject - The subject.public void setHtmlBody(String htmlBody)
The HTML body.
htmlBody - The HTML body.public String getHtmlBody()
The HTML body.
public NotifyEmailType withHtmlBody(String htmlBody)
The HTML body.
htmlBody - The HTML body.public void setTextBody(String textBody)
The text body.
textBody - The text body.public String getTextBody()
The text body.
public NotifyEmailType withTextBody(String textBody)
The text body.
textBody - The text body.public String toString()
toString in class ObjectObject.toString()public NotifyEmailType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.