@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EmailConfigurationType extends Object implements Serializable, Cloneable, StructuredPojo
The email configuration type.
| Constructor and Description |
|---|
EmailConfigurationType() |
| Modifier and Type | Method and Description |
|---|---|
EmailConfigurationType |
clone() |
boolean |
equals(Object obj) |
String |
getReplyToEmailAddress()
The destination to which the receiver of the email should reply to.
|
String |
getSourceArn()
The Amazon Resource Name (ARN) of the email source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setReplyToEmailAddress(String replyToEmailAddress)
The destination to which the receiver of the email should reply to.
|
void |
setSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the email source.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EmailConfigurationType |
withReplyToEmailAddress(String replyToEmailAddress)
The destination to which the receiver of the email should reply to.
|
EmailConfigurationType |
withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the email source.
|
public void setSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the email source.
sourceArn - The Amazon Resource Name (ARN) of the email source.public String getSourceArn()
The Amazon Resource Name (ARN) of the email source.
public EmailConfigurationType withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the email source.
sourceArn - The Amazon Resource Name (ARN) of the email source.public void setReplyToEmailAddress(String replyToEmailAddress)
The destination to which the receiver of the email should reply to.
replyToEmailAddress - The destination to which the receiver of the email should reply to.public String getReplyToEmailAddress()
The destination to which the receiver of the email should reply to.
public EmailConfigurationType withReplyToEmailAddress(String replyToEmailAddress)
The destination to which the receiver of the email should reply to.
replyToEmailAddress - The destination to which the receiver of the email should reply to.public String toString()
toString in class ObjectObject.toString()public EmailConfigurationType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.