public class DeleteQueueRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteQueueRequest()
Default constructor for DeleteQueueRequest object.
|
DeleteQueueRequest(String queueUrl)
Constructs a new DeleteQueueRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteQueueRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getQueueUrl()
The URL of the Amazon SQS queue to take action on.
|
int |
hashCode() |
void |
setQueueUrl(String queueUrl)
The URL of the Amazon SQS queue to take action on.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteQueueRequest |
withQueueUrl(String queueUrl)
The URL of the Amazon SQS queue to take action on.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DeleteQueueRequest()
public DeleteQueueRequest(String queueUrl)
queueUrl - The URL of the Amazon SQS queue to take action on.public void setQueueUrl(String queueUrl)
The URL of the Amazon SQS queue to take action on.
queueUrl - The URL of the Amazon SQS queue to take action on.public String getQueueUrl()
The URL of the Amazon SQS queue to take action on.
public DeleteQueueRequest withQueueUrl(String queueUrl)
The URL of the Amazon SQS queue to take action on.
queueUrl - The URL of the Amazon SQS queue to take action on.public String toString()
toString in class ObjectObject.toString()public DeleteQueueRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.