C# Класс Amazon.SQS.Model.GetQueueUrlRequest

Container for the parameters to the GetQueueUrl operation. Returns the URL of an existing queue. This action provides a simple way to retrieve the URL of an Amazon SQS queue.

To access a queue that belongs to another AWS account, use the QueueOwnerAWSAccountId parameter to specify the account ID of the queue's owner. The queue's owner must grant you permission to access the queue. For more information about shared queue access, see AddPermission or see Shared Queues in the Amazon SQS Developer Guide.

Наследование: AmazonSQSRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetQueueUrlRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

GetQueueUrlRequest ( string queueName ) : System

Instantiates GetQueueUrlRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetQueueName ( ) : bool
IsSetQueueOwnerAWSAccountId ( ) : bool

Описание методов

GetQueueUrlRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public GetQueueUrlRequest ( ) : System
Результат System

GetQueueUrlRequest() публичный Метод

Instantiates GetQueueUrlRequest with the parameterized properties
public GetQueueUrlRequest ( string queueName ) : System
queueName string The name of the queue whose URL must be fetched. Maximum 80 characters. Valid values: alphanumeric characters, hyphens (-), and underscores (_). Queue names are case-sensitive.
Результат System