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