Class ListDeadLetterSourceQueuesResult
java.lang.Object
com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesResult
- All Implemented Interfaces:
Serializable, Cloneable
A list of your dead letter source queues.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.inthashCode()voidsetQueueUrls(Collection<String> queueUrls) A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.toString()Returns a string representation of this object; useful for testing and debugging.withQueueUrls(String... queueUrls) A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.withQueueUrls(Collection<String> queueUrls) A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.
-
Constructor Details
-
ListDeadLetterSourceQueuesResult
public ListDeadLetterSourceQueuesResult()
-
-
Method Details
-
getQueueUrls
-
setQueueUrls
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.
- Parameters:
queueUrls- A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.
-
withQueueUrls
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)orwithQueueUrls(java.util.Collection)if you want to override the existing values.- Parameters:
queueUrls- A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withQueueUrls
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.
- Parameters:
queueUrls- A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-