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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetMD5OfMessageAttributes()

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

StringgetMD5OfMessageBody()

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

StringgetMessageId()

An attribute containing the MessageId of the message sent to the queue.

TgetSdkResponseMetadata()
StringgetSequenceNumber()

This parameter applies only to FIFO (first-in-first-out) queues.

voidsetMD5OfMessageBody(String mD5OfMessageBody)

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

voidsetMessageId(String messageId)

An attribute containing the MessageId of the message sent to the queue.

StringtoString()
Returns a string representation of this object.