The GetQueueUrl action returns the URL of an existing queue.

Namespace: Amazon.SQS.Model
Assembly: 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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
GetQueueUrlRequest()()()()
Initializes a new instance of the GetQueueUrlRequest class
Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithQueueName(String)
Sets the QueueName property
WithQueueOwnerAWSAccountId(String)
Sets the QueueOwnerAWSAccountId property

Inheritance Hierarchy

System..::..Object
  Amazon.SQS.Model..::..GetQueueUrlRequest

See Also