Message

class Message

An Amazon SQS message.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A map of the attributes requested in <a>ReceiveMessage</a> to their respective values. Supported attributes:

Link copied to clipboard
val body: String?

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

Link copied to clipboard

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

Link copied to clipboard

An MD5 digest of the non-URL-encoded message attribute string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321.

Link copied to clipboard

Each message attribute consists of a Name, Type, and Value. For more information, see Amazon SQS message attributes in the Amazon SQS Developer Guide.

Link copied to clipboard

A unique identifier for the message. A MessageIdis considered unique across all Amazon Web Services accounts for an extended period of time.

Link copied to clipboard

An identifier associated with the act of receiving the message. A new receipt handle is returned every time you receive a message. When deleting a message, you provide the last received receipt handle to delete the message.

Functions

Link copied to clipboard
inline fun copy(block: Message.Builder.() -> Unit = {}): Message
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String