@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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() |
boolean |
equals(Object obj) |
String |
getQueueUrl()
The URL of the Amazon SQS queue to delete.
|
int |
hashCode() |
void |
setQueueUrl(String queueUrl)
The URL of the Amazon SQS queue to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteQueueRequest |
withQueueUrl(String queueUrl)
The URL of the Amazon SQS queue to delete.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DeleteQueueRequest()
public DeleteQueueRequest(String queueUrl)
queueUrl
- The URL of the Amazon SQS queue to delete.
Queue URLs and names are case-sensitive.
public void setQueueUrl(String queueUrl)
The URL of the Amazon SQS queue to delete.
Queue URLs and names are case-sensitive.
queueUrl
- The URL of the Amazon SQS queue to delete.
Queue URLs and names are case-sensitive.
public String getQueueUrl()
The URL of the Amazon SQS queue to delete.
Queue URLs and names are case-sensitive.
Queue URLs and names are case-sensitive.
public DeleteQueueRequest withQueueUrl(String queueUrl)
The URL of the Amazon SQS queue to delete.
Queue URLs and names are case-sensitive.
queueUrl
- The URL of the Amazon SQS queue to delete.
Queue URLs and names are case-sensitive.
public String toString()
toString
in class Object
Object.toString()
public DeleteQueueRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2018. All rights reserved.