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

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

Introduction

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

The text is from its open source code.

Constructor

GetQueueUrlRequest(String queueName)
Constructs a new GetQueueUrlRequest object.
GetQueueUrlRequest()
Default constructor for GetQueueUrlRequest object.

Method

StringgetQueueName()

The name of the queue whose URL must be fetched.

voidsetQueueName(String queueName)

The name of the queue whose URL must be fetched.

voidsetQueueOwnerAWSAccountId(String queueOwnerAWSAccountId)

The AWS account ID of the account that created the queue.