|
|||||||
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 | |
---|---|
String |
getQueueName()
The name of the queue whose URL must be fetched. |
String |
getQueueOwnerAWSAccountId()
The AWS account number of the queue's owner. |
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, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, 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 Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |