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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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