Class Message

java.lang.Object
org.jclouds.sqs.domain.Message

public class Message extends Object
See Also:
  • Method Details

    • builder

      public static Message.Builder builder()
    • toBuilder

      public Message.Builder toBuilder()
    • getId

      public String getId()
      The message's SQS-assigned ID.
    • getBody

      public String getBody()
      The message's contents (not URL encoded)
    • getReceiptHandle

      public String 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

      public Map<String,String> getAttributes()
      Attributes of the queue
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object