@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EmailSettings extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for the email sent when an app user forgets their password.
Constructor and Description |
---|
EmailSettings() |
Modifier and Type | Method and Description |
---|---|
EmailSettings |
clone() |
boolean |
equals(Object obj) |
String |
getEmailMessage()
The body of the email.
|
String |
getEmailSubject()
The subject of the email.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEmailMessage(String emailMessage)
The body of the email.
|
void |
setEmailSubject(String emailSubject)
The subject of the email.
|
String |
toString()
Returns a string representation of this object.
|
EmailSettings |
withEmailMessage(String emailMessage)
The body of the email.
|
EmailSettings |
withEmailSubject(String emailSubject)
The subject of the email.
|
public void setEmailMessage(String emailMessage)
The body of the email.
emailMessage
- The body of the email.public String getEmailMessage()
The body of the email.
public EmailSettings withEmailMessage(String emailMessage)
The body of the email.
emailMessage
- The body of the email.public void setEmailSubject(String emailSubject)
The subject of the email.
emailSubject
- The subject of the email.public String getEmailSubject()
The subject of the email.
public EmailSettings withEmailSubject(String emailSubject)
The subject of the email.
emailSubject
- The subject of the email.public String toString()
toString
in class Object
Object.toString()
public EmailSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.