Java com.amazonaws.services.sqs.model Message fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.sqs.model Message fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.sqs.model Message.

The text is from its open source code.

Constructor

Method

java.util.MapgetAttributes()

A map of the attributes requested in ReceiveMessage to their respective values.

StringgetBody()

The message's contents (not URL-encoded).

StringgetMD5OfBody()

An MD5 digest of the non-URL-encoded message body string.

StringgetMD5OfMessageAttributes()

An MD5 digest of the non-URL-encoded message attribute string.

java.util.MapgetMessageAttributes()

Each message attribute consists of a Name, Type, and Value.

StringgetMessageId()

A unique identifier for the message.

StringgetReceiptHandle()

An identifier associated with the act of receiving the message.

voidsetBody(String body)

The message's contents (not URL-encoded).

voidsetMD5OfBody(String mD5OfBody)

An MD5 digest of the non-URL-encoded message body string.

voidsetMessageId(String messageId)

A unique identifier for the message.

voidsetReceiptHandle(String receiptHandle)

An identifier associated with the act of receiving the message.

StringtoString()
Returns a string representation of this object.