|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.sqs.model.Message
public class Message
Constructor Summary | |
---|---|
Message()
Default constructor for a new Message object. |
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
|
java.lang.String |
getBody()
|
java.lang.String |
getMD5OfBody()
|
java.lang.String |
getMessageId()
|
java.lang.String |
getReceiptHandle()
|
void |
setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
|
void |
setBody(java.lang.String body)
|
void |
setMD5OfBody(java.lang.String mD5OfBody)
|
void |
setMessageId(java.lang.String messageId)
|
void |
setReceiptHandle(java.lang.String receiptHandle)
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Message |
withAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
Returns a reference to this object so that method calls can be chained together. |
Message |
withBody(java.lang.String body)
Returns a reference to this object so that method calls can be chained together. |
Message |
withMD5OfBody(java.lang.String mD5OfBody)
Returns a reference to this object so that method calls can be chained together. |
Message |
withMessageId(java.lang.String messageId)
Returns a reference to this object so that method calls can be chained together. |
Message |
withReceiptHandle(java.lang.String receiptHandle)
Returns a reference to this object so that method calls can be chained together. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Message()
Method Detail |
---|
public java.lang.String getMessageId()
public void setMessageId(java.lang.String messageId)
messageId
- public Message withMessageId(java.lang.String messageId)
Returns a reference to this object so that method calls can be chained together.
messageId
-
public java.lang.String getReceiptHandle()
public void setReceiptHandle(java.lang.String receiptHandle)
receiptHandle
- public Message withReceiptHandle(java.lang.String receiptHandle)
Returns a reference to this object so that method calls can be chained together.
receiptHandle
-
public java.lang.String getMD5OfBody()
public void setMD5OfBody(java.lang.String mD5OfBody)
mD5OfBody
- public Message withMD5OfBody(java.lang.String mD5OfBody)
Returns a reference to this object so that method calls can be chained together.
mD5OfBody
-
public java.lang.String getBody()
public void setBody(java.lang.String body)
body
- public Message withBody(java.lang.String body)
Returns a reference to this object so that method calls can be chained together.
body
-
public java.util.Map<java.lang.String,java.lang.String> getAttributes()
public void setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
attributes
- public Message withAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
Returns a reference to this object so that method calls can be chained together.
attributes
-
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |