AWS SDK for .NET Documentation
GetQueueUrlRequest Class
AmazonAmazon.SQS.ModelGetQueueUrlRequest Did this page help you?   Yes   No    Tell us about it...
Returns the URL of an existing queue.
Declaration Syntax
C#
public class GetQueueUrlRequest : SQSRequest
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
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
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
Object
SQSRequest
 GetQueueUrlRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)