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

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

Introduction

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

The text is from its open source code.

Constructor

SetQueueAttributesRequest()
Default constructor for SetQueueAttributesRequest object.
SetQueueAttributesRequest(String queueUrl, java.util.Map attributes)
Constructs a new SetQueueAttributesRequest object.

Method

java.util.MapgetAttributes()

A map of attributes to set.

StringgetQueueUrl()

The URL of the Amazon SQS queue whose attributes are set.

voidsetAttributes(java.util.Map attributes)

A map of attributes to set.

voidsetQueueUrl(String queueUrl)

The URL of the Amazon SQS queue whose attributes are set.

SetQueueAttributesRequestwithAttributes(java.util.Map attributes)

A map of attributes to set.

SetQueueAttributesRequestwithQueueUrl(String queueUrl)

The URL of the Amazon SQS queue whose attributes are set.