Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.sqs.model
Class SendMessageResult

java.lang.Object
  extended by com.amazonaws.services.sqs.model.SendMessageResult
All Implemented Interfaces:
java.io.Serializable

public class SendMessageResult
extends java.lang.Object
implements java.io.Serializable

Send Message Result

See Also:
Serialized Form

Constructor Summary
SendMessageResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getMD5OfMessageBody()
          Returns the value of the MD5OfMessageBody property for this object.
 java.lang.String getMessageId()
          Returns the value of the MessageId property for this object.
 int hashCode()
           
 void setMD5OfMessageBody(java.lang.String mD5OfMessageBody)
          Sets the value of the MD5OfMessageBody property for this object.
 void setMessageId(java.lang.String messageId)
          Sets the value of the MessageId property for this object.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 SendMessageResult withMD5OfMessageBody(java.lang.String mD5OfMessageBody)
          Sets the value of the MD5OfMessageBody property for this object.
 SendMessageResult withMessageId(java.lang.String messageId)
          Sets the value of the MessageId property for this object.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SendMessageResult

public SendMessageResult()
Method Detail

getMD5OfMessageBody

public java.lang.String getMD5OfMessageBody()
Returns the value of the MD5OfMessageBody property for this object.

Returns:
The value of the MD5OfMessageBody property for this object.

setMD5OfMessageBody

public void setMD5OfMessageBody(java.lang.String mD5OfMessageBody)
Sets the value of the MD5OfMessageBody property for this object.

Parameters:
mD5OfMessageBody - The new value for the MD5OfMessageBody property for this object.

withMD5OfMessageBody

public SendMessageResult withMD5OfMessageBody(java.lang.String mD5OfMessageBody)
Sets the value of the MD5OfMessageBody property for this object.

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

Parameters:
mD5OfMessageBody - The new value for the MD5OfMessageBody property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getMessageId

public java.lang.String getMessageId()
Returns the value of the MessageId property for this object.

Returns:
The value of the MessageId property for this object.

setMessageId

public void setMessageId(java.lang.String messageId)
Sets the value of the MessageId property for this object.

Parameters:
messageId - The new value for the MessageId property for this object.

withMessageId

public SendMessageResult withMessageId(java.lang.String messageId)
Sets the value of the MessageId property for this object.

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

Parameters:
messageId - The new value for the MessageId property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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