Modifier and Type | Class and Description |
---|---|
static class |
Message.Builder |
Modifier and Type | Method and Description |
---|---|
static Message.Builder |
builder() |
boolean |
equals(Object obj) |
Map<String,String> |
getAttributes()
Attributes of the queue
|
String |
getBody()
The message's contents (not URL encoded)
|
String |
getId()
The message's SQS-assigned ID.
|
com.google.common.hash.HashCode |
getMD5()
An MD5 digest of the non-URL-encoded message body string
|
String |
getReceiptHandle()
A string associated with a specific instance of receiving the message.
|
int |
hashCode() |
Message.Builder |
toBuilder() |
String |
toString() |
public static Message.Builder builder()
public Message.Builder toBuilder()
public String getId()
public String getBody()
public String getReceiptHandle()
public com.google.common.hash.HashCode getMD5()
Copyright © 2009-2013 jclouds. All Rights Reserved.