Returns the URL of an existing queue.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class GetQueueUrlRequest : SQSRequest
 Members
 Members| All Members | Constructors | Methods | Properties | Fields | |
| Icon | 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 | 
            The name of the queue whose URL must be fetched.
             | 
|  | queueNameField | |
|  | QueueOwnerAWSAccountId | 
            The AWS account number of the queue's owner.
             | 
|  | queueOwnerAWSAccountIdField | |
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithQueueName(String) | Obsolete. 
            Sets the name of the queue whose URL must be fetched.
             | 
|  | WithQueueOwnerAWSAccountId(String) | Obsolete. 
            Sets the AWS account number of the queue's owner.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | SQSRequest | |
|  | GetQueueUrlRequest | |