public class ListDeadLetterSourceQueuesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A list of your dead letter source queues.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
queueUrls
A list of source queue URLs that have the RedrivePolicy queue attribute
configured with a dead letter queue.
|
Constructor and Description |
---|
ListDeadLetterSourceQueuesResult() |
Modifier and Type | Method and Description |
---|---|
ListDeadLetterSourceQueuesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getQueueUrls()
A list of source queue URLs that have the RedrivePolicy queue attribute
configured with a dead letter queue.
|
int |
hashCode() |
void |
setQueueUrls(java.util.Collection<java.lang.String> queueUrls)
A list of source queue URLs that have the RedrivePolicy queue attribute
configured with a dead letter queue.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDeadLetterSourceQueuesResult |
withQueueUrls(java.util.Collection<java.lang.String> queueUrls)
A list of source queue URLs that have the RedrivePolicy queue attribute
configured with a dead letter queue.
|
ListDeadLetterSourceQueuesResult |
withQueueUrls(java.lang.String... queueUrls)
A list of source queue URLs that have the RedrivePolicy queue attribute
configured with a dead letter queue.
|
private SdkInternalList<java.lang.String> queueUrls
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.
public java.util.List<java.lang.String> getQueueUrls()
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.
public void setQueueUrls(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListDeadLetterSourceQueuesResult clone()
clone
in class java.lang.Object