|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.simpleemail.model.SendRawEmailRequest
public class SendRawEmailRequest
Container for the parameters to the SendRawEmail operation
.
Sends an email message, with header and content specified by the
client. The SendRawEmail
action is useful for sending
multipart MIME emails, with attachments or inline content. The raw
text of the message must comply with Internet email standards;
otherwise, the message cannot be sent.
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.
AmazonSimpleEmailService.sendRawEmail(SendRawEmailRequest)
Constructor Summary | |
---|---|
SendRawEmailRequest()
Default constructor for a new SendRawEmailRequest object. |
|
SendRawEmailRequest(RawMessage rawMessage)
Constructs a new SendRawEmailRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getDestinations()
A list of destinations for the message. |
RawMessage |
getRawMessage()
The raw text of the message. |
String |
getSource()
The sender's email address. |
int |
hashCode()
|
void |
setDestinations(Collection<String> destinations)
A list of destinations for the message. |
void |
setRawMessage(RawMessage rawMessage)
The raw text of the message. |
void |
setSource(String source)
The sender's email address. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
SendRawEmailRequest |
withDestinations(Collection<String> destinations)
A list of destinations for the message. |
SendRawEmailRequest |
withDestinations(String... destinations)
A list of destinations for the message. |
SendRawEmailRequest |
withRawMessage(RawMessage rawMessage)
The raw text of the message. |
SendRawEmailRequest |
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 |
---|
public SendRawEmailRequest()
public SendRawEmailRequest(RawMessage rawMessage)
rawMessage
- The raw text of the message. The client is
responsible for ensuring the following:
Method Detail |
---|
public String getSource()
public void setSource(String source)
source
- The sender's email address.public SendRawEmailRequest withSource(String source)
Returns a reference to this object so that method calls can be chained together.
source
- The sender's email address.
public List<String> getDestinations()
public void setDestinations(Collection<String> destinations)
destinations
- A list of destinations for the message.public SendRawEmailRequest withDestinations(String... destinations)
Returns a reference to this object so that method calls can be chained together.
destinations
- A list of destinations for the message.
public SendRawEmailRequest withDestinations(Collection<String> destinations)
Returns a reference to this object so that method calls can be chained together.
destinations
- A list of destinations for the message.
public RawMessage getRawMessage()
public void setRawMessage(RawMessage rawMessage)
rawMessage
- The raw text of the message. The client is responsible for ensuring
the following:
public SendRawEmailRequest withRawMessage(RawMessage rawMessage)
Returns a reference to this object so that method calls can be chained together.
rawMessage
- The raw text of the message. The client is responsible for ensuring
the following:
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |