com.amazonaws.services.simpleemail.model
Class SendRawEmailResult

java.lang.Object
  extended by com.amazonaws.services.simpleemail.model.SendRawEmailResult

public class SendRawEmailResult
extends Object

Represents a unique message ID returned from a successful SendRawEmail request.


Constructor Summary
SendRawEmailResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getMessageId()
          The unique message identifier returned from the SendRawEmail action.
 int hashCode()
           
 void setMessageId(String messageId)
          The unique message identifier returned from the SendRawEmail action.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 SendRawEmailResult withMessageId(String messageId)
          The unique message identifier returned from the SendRawEmail action.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SendRawEmailResult

public SendRawEmailResult()
Method Detail

getMessageId

public String getMessageId()
The unique message identifier returned from the SendRawEmail action.

Returns:
The unique message identifier returned from the SendRawEmail action.

setMessageId

public void setMessageId(String messageId)
The unique message identifier returned from the SendRawEmail action.

Parameters:
messageId - The unique message identifier returned from the SendRawEmail action.

withMessageId

public SendRawEmailResult withMessageId(String messageId)
The unique message identifier returned from the SendRawEmail action.

Returns a reference to this object so that method calls can be chained together.

Parameters:
messageId - The unique message identifier returned from the SendRawEmail action.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.