@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDeadLetterSourceQueuesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDeadLetterSourceQueuesRequest()
Default constructor for ListDeadLetterSourceQueuesRequest object.
|
ListDeadLetterSourceQueuesRequest(String queueUrl)
Constructs a new ListDeadLetterSourceQueuesRequest object.
|
Modifier and Type | Method and Description |
---|---|
ListDeadLetterSourceQueuesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getQueueUrl()
The URL of a dead-letter queue.
|
int |
hashCode() |
void |
setQueueUrl(String queueUrl)
The URL of a dead-letter queue.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListDeadLetterSourceQueuesRequest |
withQueueUrl(String queueUrl)
The URL of a dead-letter queue.
|
addHandlerContext, 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 ListDeadLetterSourceQueuesRequest()
public ListDeadLetterSourceQueuesRequest(String queueUrl)
queueUrl
- The URL of a dead-letter queue.
Queue URLs are case-sensitive.
public void setQueueUrl(String queueUrl)
The URL of a dead-letter queue.
Queue URLs are case-sensitive.
queueUrl
- The URL of a dead-letter queue.
Queue URLs are case-sensitive.
public String getQueueUrl()
The URL of a dead-letter queue.
Queue URLs are case-sensitive.
Queue URLs are case-sensitive.
public ListDeadLetterSourceQueuesRequest withQueueUrl(String queueUrl)
The URL of a dead-letter queue.
Queue URLs are case-sensitive.
queueUrl
- The URL of a dead-letter queue.
Queue URLs are case-sensitive.
public String toString()
toString
in class Object
Object.toString()
public ListDeadLetterSourceQueuesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.