|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.sqs.model.SendMessageResult
public class SendMessageResult
Send Message Result
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 |
---|
public SendMessageResult()
Method Detail |
---|
public java.lang.String getMD5OfMessageBody()
public void setMD5OfMessageBody(java.lang.String mD5OfMessageBody)
mD5OfMessageBody
- The new value for the MD5OfMessageBody property for this object.public SendMessageResult withMD5OfMessageBody(java.lang.String mD5OfMessageBody)
Returns a reference to this object so that method calls can be chained together.
mD5OfMessageBody
- The new value for the MD5OfMessageBody property for this object.
public java.lang.String getMessageId()
public void setMessageId(java.lang.String messageId)
messageId
- The new value for the MessageId property for this object.public SendMessageResult withMessageId(java.lang.String messageId)
Returns a reference to this object so that method calls can be chained together.
messageId
- The new value for the MessageId property for this object.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |