@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDeadLetterSourceQueuesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A list of your dead letter source queues.
Constructor and Description |
---|
ListDeadLetterSourceQueuesResult() |
Modifier and Type | Method and Description |
---|---|
ListDeadLetterSourceQueuesResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getQueueUrls()
A list of source queue URLs that have the
RedrivePolicy queue attribute configured with a
dead-letter queue. |
int |
hashCode() |
void |
setQueueUrls(Collection<String> queueUrls)
A list of source queue URLs that have the
RedrivePolicy queue attribute configured with a
dead-letter queue. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListDeadLetterSourceQueuesResult |
withQueueUrls(Collection<String> queueUrls)
A list of source queue URLs that have the
RedrivePolicy queue attribute configured with a
dead-letter queue. |
ListDeadLetterSourceQueuesResult |
withQueueUrls(String... queueUrls)
A list of source queue URLs that have the
RedrivePolicy queue attribute configured with a
dead-letter queue. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getQueueUrls()
A list of source queue URLs that have the RedrivePolicy
queue attribute configured with a
dead-letter queue.
RedrivePolicy
queue attribute configured with a
dead-letter queue.public void setQueueUrls(Collection<String> queueUrls)
A list of source queue URLs that have the RedrivePolicy
queue attribute configured with a
dead-letter queue.
queueUrls
- A list of source queue URLs that have the RedrivePolicy
queue attribute configured with a
dead-letter queue.public ListDeadLetterSourceQueuesResult withQueueUrls(String... queueUrls)
A list of source queue URLs that have the RedrivePolicy
queue attribute configured with a
dead-letter queue.
NOTE: This method appends the values to the existing list (if any). Use
setQueueUrls(java.util.Collection)
or withQueueUrls(java.util.Collection)
if you want to
override the existing values.
queueUrls
- A list of source queue URLs that have the RedrivePolicy
queue attribute configured with a
dead-letter queue.public ListDeadLetterSourceQueuesResult withQueueUrls(Collection<String> queueUrls)
A list of source queue URLs that have the RedrivePolicy
queue attribute configured with a
dead-letter queue.
queueUrls
- A list of source queue URLs that have the RedrivePolicy
queue attribute configured with a
dead-letter queue.public String toString()
toString
in class Object
Object.toString()
public ListDeadLetterSourceQueuesResult clone()
Copyright © 2018. All rights reserved.