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

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

Introduction

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

The text is from its open source code.

Constructor

DeleteMessageRequest(String queueUrl, String receiptHandle)
Constructs a new DeleteMessageRequest object.
DeleteMessageRequest()
Default constructor for DeleteMessageRequest object.

Method

StringgetQueueUrl()

The URL of the Amazon SQS queue from which messages are deleted.

StringgetReceiptHandle()

The receipt handle associated with the message to delete.

RequestClientOptionsgetRequestClientOptions()
Gets the options stored with this request object.
voidsetQueueUrl(String queueUrl)

The URL of the Amazon SQS queue from which messages are deleted.

voidsetReceiptHandle(String receiptHandle)

The receipt handle associated with the message to delete.

StringtoString()
Returns a string representation of this object.