@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 REPLY-TO email address.
|
String |
getSourceArn()
The Amazon Resource Name (ARN) of the email source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setReplyToEmailAddress(String replyToEmailAddress)
The REPLY-TO email address.
|
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 REPLY-TO email address.
|
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 REPLY-TO email address.
replyToEmailAddress
- The REPLY-TO email address.public String getReplyToEmailAddress()
The REPLY-TO email address.
public EmailConfigurationType withReplyToEmailAddress(String replyToEmailAddress)
The REPLY-TO email address.
replyToEmailAddress
- The REPLY-TO email address.public String toString()
toString
in class Object
Object.toString()
public EmailConfigurationType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.