|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.simpleemail.model.RawMessage
public class RawMessage
Represents the raw data of the message.
Constructor Summary | |
---|---|
RawMessage()
Default constructor for a new RawMessage object. |
|
RawMessage(ByteBuffer data)
Constructs a new RawMessage object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
ByteBuffer |
getData()
The raw data of the message. |
int |
hashCode()
|
void |
setData(ByteBuffer data)
The raw data of the message. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RawMessage |
withData(ByteBuffer data)
The raw data of the message. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RawMessage()
public RawMessage(ByteBuffer data)
data
- The raw data of the message. The client must ensure that
the message format complies with Internet email standards regarding
email header fields, MIME types, MIME encoding, and base64 encoding
(if necessary). For more information, go to theAmazon SES Developer Guide.
Method Detail |
---|
public ByteBuffer getData()
For more information, go to theAmazon SES Developer Guide.
For more information, go to theAmazon SES Developer Guide.
public void setData(ByteBuffer data)
For more information, go to theAmazon SES Developer Guide.
data
- The raw data of the message. The client must ensure that the message
format complies with Internet email standards regarding email header
fields, MIME types, MIME encoding, and base64 encoding (if necessary).
For more information, go to theAmazon SES Developer Guide.
public RawMessage withData(ByteBuffer data)
For more information, go to theAmazon SES Developer Guide.
Returns a reference to this object so that method calls can be chained together.
data
- The raw data of the message. The client must ensure that the message
format complies with Internet email standards regarding email header
fields, MIME types, MIME encoding, and base64 encoding (if necessary).
For more information, go to theAmazon SES Developer Guide.
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 |