Package org.jclouds.sqs.domain
Class Message
java.lang.Object
org.jclouds.sqs.domain.Message
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Message.Builder
builder()
boolean
Attributes of the queuegetBody()
The message's contents (not URL encoded)getId()
The message's SQS-assigned ID.com.google.common.hash.HashCode
getMD5()
An MD5 digest of the non-URL-encoded message body stringA string associated with a specific instance of receiving the message.int
hashCode()
toString()
-
Method Details
-
builder
-
toBuilder
-
getId
The message's SQS-assigned ID. -
getBody
The message's contents (not URL encoded) -
getReceiptHandle
A string associated with a specific instance of receiving the message. -
getMD5
public com.google.common.hash.HashCode getMD5()An MD5 digest of the non-URL-encoded message body string -
getAttributes
Attributes of the queue -
hashCode
public int hashCode() -
equals
-
toString
-