public class GetQueueUrlRequest extends AmazonWebServiceRequest implements Serializable
GetQueueUrl operation.
The GetQueueUrl action returns the URL of an existing queue.
| Constructor and Description |
|---|
GetQueueUrlRequest()
Default constructor for a new GetQueueUrlRequest object.
|
GetQueueUrlRequest(String queueName)
Constructs a new GetQueueUrlRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getQueueName()
The name of the queue whose URL must be fetched.
|
String |
getQueueOwnerAWSAccountId()
The AWS account number of the queue's owner.
|
int |
hashCode() |
void |
setQueueName(String queueName)
The name of the queue whose URL must be fetched.
|
void |
setQueueOwnerAWSAccountId(String queueOwnerAWSAccountId)
The AWS account number of the queue's owner.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetQueueUrlRequest |
withQueueName(String queueName)
The name of the queue whose URL must be fetched.
|
GetQueueUrlRequest |
withQueueOwnerAWSAccountId(String queueOwnerAWSAccountId)
The AWS account number of the queue's owner.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic GetQueueUrlRequest()
public GetQueueUrlRequest(String queueName)
queueName - The name of the queue whose URL must be fetched.public String getQueueName()
public void setQueueName(String queueName)
queueName - The name of the queue whose URL must be fetched.public GetQueueUrlRequest withQueueName(String queueName)
Returns a reference to this object so that method calls can be chained together.
queueName - The name of the queue whose URL must be fetched.public String getQueueOwnerAWSAccountId()
public void setQueueOwnerAWSAccountId(String queueOwnerAWSAccountId)
queueOwnerAWSAccountId - The AWS account number of the queue's owner.public GetQueueUrlRequest withQueueOwnerAWSAccountId(String queueOwnerAWSAccountId)
Returns a reference to this object so that method calls can be chained together.
queueOwnerAWSAccountId - The AWS account number of the queue's owner.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.