|
|||||||
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.DeleteQueueRequest
public class DeleteQueueRequest
Container for the parameters to the DeleteQueue operation
.
This action unconditionally deletes the queue specified by the queue URL. Use this operation WITH CARE! The queue is deleted even if it is NOT empty.
AmazonSQS.deleteQueue(DeleteQueueRequest)
Constructor Summary | |
---|---|
DeleteQueueRequest()
Default constructor for a new DeleteQueueRequest object. |
|
DeleteQueueRequest(String queueUrl)
Constructs a new DeleteQueueRequest object. |
Method Summary | |
---|---|
String |
getQueueUrl()
|
void |
setQueueUrl(String queueUrl)
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteQueueRequest |
withQueueUrl(String queueUrl)
Returns a reference to this object so that method calls can be chained together. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, setDelegationToken |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteQueueRequest()
public DeleteQueueRequest(String queueUrl)
queueUrl
- Method Detail |
---|
public String getQueueUrl()
public void setQueueUrl(String queueUrl)
queueUrl
- public DeleteQueueRequest withQueueUrl(String queueUrl)
Returns a reference to this object so that method calls can be chained together.
queueUrl
-
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 |