@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMessageInsightsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to return information about a message.
NOOP | Constructor and Description |
|---|
GetMessageInsightsRequest () |
| Modifier and Type | Method and Description |
|---|---|
GetMessageInsightsRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getMessageId ()
A
MessageId is a unique identifier for a message, and is returned when sending emails through Amazon
SES. |
int |
hashCode () |
void |
setMessageId (String messageId)
A
MessageId is a unique identifier for a message, and is returned when sending emails through Amazon
SES. |
String |
toString ()
Returns a string representation of this object.
|
GetMessageInsightsRequest |
withMessageId (String messageId)
A
MessageId is a unique identifier for a message, and is returned when sending emails through Amazon
SES. |
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, withSdkRequestTimeout public GetMessageInsightsRequest()
public void setMessageId(String messageId)
A MessageId is a unique identifier for a message, and is returned when sending emails through Amazon
SES.
messageId - A MessageId is a unique identifier for a message, and is returned when sending emails through
Amazon SES.public String getMessageId()
A MessageId is a unique identifier for a message, and is returned when sending emails through Amazon
SES.
MessageId is a unique identifier for a message, and is returned when sending emails
through Amazon SES.public GetMessageInsightsRequest withMessageId(String messageId)
A MessageId is a unique identifier for a message, and is returned when sending emails through Amazon
SES.
messageId - A MessageId is a unique identifier for a message, and is returned when sending emails through
Amazon SES.public String toString()
toString in class Object Object.toString() public GetMessageInsightsRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()