@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRawMessageContentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetRawMessageContentResult() |
Modifier and Type | Method and Description |
---|---|
GetRawMessageContentResult |
clone() |
boolean |
equals(Object obj) |
InputStream |
getMessageContent()
The raw content of the email message, in MIME format.
|
int |
hashCode() |
void |
setMessageContent(InputStream messageContent)
The raw content of the email message, in MIME format.
|
String |
toString()
Returns a string representation of this object.
|
GetRawMessageContentResult |
withMessageContent(InputStream messageContent)
The raw content of the email message, in MIME format.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMessageContent(InputStream messageContent)
The raw content of the email message, in MIME format.
messageContent
- The raw content of the email message, in MIME format.public InputStream getMessageContent()
The raw content of the email message, in MIME format.
public GetRawMessageContentResult withMessageContent(InputStream messageContent)
The raw content of the email message, in MIME format.
messageContent
- The raw content of the email message, in MIME format.public String toString()
toString
in class Object
Object.toString()
public GetRawMessageContentResult clone()