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

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

Introduction

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

The text is from its open source code.

Constructor

SendMessageBatchRequestEntry(String id, String messageBody)
Constructs a new SendMessageBatchRequestEntry object.
SendMessageBatchRequestEntry()
Default constructor for SendMessageBatchRequestEntry object.

Method

SendMessageBatchRequestEntryaddMessageAttributesEntry(String key, MessageAttributeValue value)
StringgetId()

An identifier for a message in this batch used to communicate the result.

java.util.MapgetMessageAttributes()

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

StringgetMessageBody()

The body of the message.

voidsetDelaySeconds(Integer delaySeconds)

The length of time, in seconds, for which a specific message is delayed.

voidsetId(String id)

An identifier for a message in this batch used to communicate the result.

voidsetMessageAttributes(java.util.Map messageAttributes)

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

voidsetMessageBody(String messageBody)

The body of the message.