The GetQueueUrl action returns the URL of an existing queue.
Namespace: Amazon.SQS.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class GetQueueUrlRequest
Public Class GetQueueUrlRequest
public ref class GetQueueUrlRequest
Members
| All Members | Constructors | Fields | Properties | Methods |
| Member | Description | |
|---|---|---|
| GetQueueUrlRequest()()()() | Initializes a new instance of the GetQueueUrlRequest class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsSetQueueName()()()() |
Checks if QueueName property is set
| |
| IsSetQueueOwnerAWSAccountId()()()() |
Checks if QueueOwnerAWSAccountId property is set
| |
| QueueName |
Gets and sets the QueueName property. The name of the queue whose URL must be fetched.
| |
| queueNameField | ||
| QueueOwnerAWSAccountId |
Gets and sets the QueueOwnerAWSAccountId property. The AWS account number of the queue's owner.
| |
| queueOwnerAWSAccountIdField | ||
| ToString()()()() | (Inherited from Object.) | |
| WithQueueName(String) |
Sets the QueueName property
| |
| WithQueueOwnerAWSAccountId(String) |
Sets the QueueOwnerAWSAccountId property
|