com.amazonaws.services.simpleemail.model
Class SendEmailRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.simpleemail.model.SendEmailRequest

public class SendEmailRequest
extends AmazonWebServiceRequest

Container for the parameters to the SendEmail operation.

Composes an email message based on input data, and then immediately queues the message for sending.

IMPORTANT:If you have not yet requested production access to Amazon SES, then you will only be able to send email to and from verified email addresses. For more information, go to the Amazon SES Developer Guide.

See Also:
AmazonSimpleEmailService.sendEmail(SendEmailRequest)

Constructor Summary
SendEmailRequest()
          Default constructor for a new SendEmailRequest object.
SendEmailRequest(String source, Destination destination, Message message)
          Constructs a new SendEmailRequest object.
 
Method Summary
 boolean equals(Object obj)
           
 Destination getDestination()
          The destination for this email, composed of To:, From:, and CC: fields.
 Message getMessage()
          The message to be sent.
 List<String> getReplyToAddresses()
          The reply-to email address(es) for the message.
 String getReturnPath()
          The email address to which bounce notifications are to be forwarded.
 String getSource()
          The sender's email address.
 int hashCode()
           
 void setDestination(Destination destination)
          The destination for this email, composed of To:, From:, and CC: fields.
 void setMessage(Message message)
          The message to be sent.
 void setReplyToAddresses(Collection<String> replyToAddresses)
          The reply-to email address(es) for the message.
 void setReturnPath(String returnPath)
          The email address to which bounce notifications are to be forwarded.
 void setSource(String source)
          The sender's email address.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 SendEmailRequest withDestination(Destination destination)
          The destination for this email, composed of To:, From:, and CC: fields.
 SendEmailRequest withMessage(Message message)
          The message to be sent.
 SendEmailRequest withReplyToAddresses(Collection<String> replyToAddresses)
          The reply-to email address(es) for the message.
 SendEmailRequest withReplyToAddresses(String... replyToAddresses)
          The reply-to email address(es) for the message.
 SendEmailRequest withReturnPath(String returnPath)
          The email address to which bounce notifications are to be forwarded.
 SendEmailRequest withSource(String source)
          The sender's email address.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SendEmailRequest

public SendEmailRequest()
Default constructor for a new SendEmailRequest object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.


SendEmailRequest

public SendEmailRequest(String source,
                        Destination destination,
                        Message message)
Constructs a new SendEmailRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.

Parameters:
source - The sender's email address.
destination - The destination for this email, composed of To:, From:, and CC: fields.
message - The message to be sent.
Method Detail

getSource

public String getSource()
The sender's email address.

Returns:
The sender's email address.

setSource

public void setSource(String source)
The sender's email address.

Parameters:
source - The sender's email address.

withSource

public SendEmailRequest withSource(String source)
The sender's email address.

Returns a reference to this object so that method calls can be chained together.

Parameters:
source - The sender's email address.
Returns:
A reference to this updated object so that method calls can be chained together.

getDestination

public Destination getDestination()
The destination for this email, composed of To:, From:, and CC: fields.

Returns:
The destination for this email, composed of To:, From:, and CC: fields.

setDestination

public void setDestination(Destination destination)
The destination for this email, composed of To:, From:, and CC: fields.

Parameters:
destination - The destination for this email, composed of To:, From:, and CC: fields.

withDestination

public SendEmailRequest withDestination(Destination destination)
The destination for this email, composed of To:, From:, and CC: fields.

Returns a reference to this object so that method calls can be chained together.

Parameters:
destination - The destination for this email, composed of To:, From:, and CC: fields.
Returns:
A reference to this updated object so that method calls can be chained together.

getMessage

public Message getMessage()
The message to be sent.

Returns:
The message to be sent.

setMessage

public void setMessage(Message message)
The message to be sent.

Parameters:
message - The message to be sent.

withMessage

public SendEmailRequest withMessage(Message message)
The message to be sent.

Returns a reference to this object so that method calls can be chained together.

Parameters:
message - The message to be sent.
Returns:
A reference to this updated object so that method calls can be chained together.

getReplyToAddresses

public List<String> getReplyToAddresses()
The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

Returns:
The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

setReplyToAddresses

public void setReplyToAddresses(Collection<String> replyToAddresses)
The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

Parameters:
replyToAddresses - The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

withReplyToAddresses

public SendEmailRequest withReplyToAddresses(String... replyToAddresses)
The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

Returns a reference to this object so that method calls can be chained together.

Parameters:
replyToAddresses - The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.
Returns:
A reference to this updated object so that method calls can be chained together.

withReplyToAddresses

public SendEmailRequest withReplyToAddresses(Collection<String> replyToAddresses)
The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.

Returns a reference to this object so that method calls can be chained together.

Parameters:
replyToAddresses - The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.
Returns:
A reference to this updated object so that method calls can be chained together.

getReturnPath

public String getReturnPath()
The email address to which bounce notifications are to be forwarded. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter.

Returns:
The email address to which bounce notifications are to be forwarded. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter.

setReturnPath

public void setReturnPath(String returnPath)
The email address to which bounce notifications are to be forwarded. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter.

Parameters:
returnPath - The email address to which bounce notifications are to be forwarded. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter.

withReturnPath

public SendEmailRequest withReturnPath(String returnPath)
The email address to which bounce notifications are to be forwarded. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter.

Returns a reference to this object so that method calls can be chained together.

Parameters:
returnPath - The email address to which bounce notifications are to be forwarded. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath parameter.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.