@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetArchiveMessageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response containing details about the requested archived email message.
| Constructor and Description |
|---|
GetArchiveMessageResult () |
| Modifier and Type | Method and Description |
|---|---|
GetArchiveMessageResult |
clone () |
boolean |
equals (Object obj) |
String |
getMessageDownloadLink ()
A pre-signed URL to temporarily download the full message content.
|
int |
hashCode () |
void |
setMessageDownloadLink (String messageDownloadLink)
A pre-signed URL to temporarily download the full message content.
|
String |
toString ()
Returns a string representation of this object.
|
GetArchiveMessageResult |
withMessageDownloadLink (String messageDownloadLink)
A pre-signed URL to temporarily download the full message content.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public GetArchiveMessageResult()
public void setMessageDownloadLink(String messageDownloadLink)
A pre-signed URL to temporarily download the full message content.
messageDownloadLink - A pre-signed URL to temporarily download the full message content.public String getMessageDownloadLink()
A pre-signed URL to temporarily download the full message content.
public GetArchiveMessageResult withMessageDownloadLink(String messageDownloadLink)
A pre-signed URL to temporarily download the full message content.
messageDownloadLink - A pre-signed URL to temporarily download the full message content.public String toString()
toString in class Object Object.toString() public GetArchiveMessageResult clone()