|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.sqs.model.GetQueueUrlRequest
public class GetQueueUrlRequest
Container for the parameters to the GetQueueUrl operation.
The GetQueueUrl action returns the URL of an existing queue.
AmazonSQS.getQueueUrl(GetQueueUrlRequest)| Constructor Summary | |
|---|---|
GetQueueUrlRequest()
Default constructor for a new GetQueueUrlRequest object. |
|
GetQueueUrlRequest(String queueName)
Constructs a new GetQueueUrlRequest object. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetQueueUrlRequest()
public GetQueueUrlRequest(String queueName)
queueName - The name of the queue whose URL must be fetched.| Method Detail |
|---|
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()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||