@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutRawMessageContentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutRawMessageContentRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutRawMessageContentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
RawMessageContent |
getContent()
Describes the raw message content of the updated email message.
|
String |
getMessageId()
The identifier of the email message being updated.
|
int |
hashCode() |
void |
setContent(RawMessageContent content)
Describes the raw message content of the updated email message.
|
void |
setMessageId(String messageId)
The identifier of the email message being updated.
|
String |
toString()
Returns a string representation of this object.
|
PutRawMessageContentRequest |
withContent(RawMessageContent content)
Describes the raw message content of the updated email message.
|
PutRawMessageContentRequest |
withMessageId(String messageId)
The identifier of the email message being updated.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setMessageId(String messageId)
The identifier of the email message being updated.
messageId - The identifier of the email message being updated.public String getMessageId()
The identifier of the email message being updated.
public PutRawMessageContentRequest withMessageId(String messageId)
The identifier of the email message being updated.
messageId - The identifier of the email message being updated.public void setContent(RawMessageContent content)
Describes the raw message content of the updated email message.
content - Describes the raw message content of the updated email message.public RawMessageContent getContent()
Describes the raw message content of the updated email message.
public PutRawMessageContentRequest withContent(RawMessageContent content)
Describes the raw message content of the updated email message.
content - Describes the raw message content of the updated email message.public String toString()
toString in class ObjectObject.toString()public PutRawMessageContentRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()