Class ListDeadLetterSourceQueuesResult

java.lang.Object
com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesResult
All Implemented Interfaces:
Serializable, Cloneable

public class ListDeadLetterSourceQueuesResult extends Object implements Serializable, Cloneable

A list of your dead letter source queues.

See Also:
  • Constructor Details

    • ListDeadLetterSourceQueuesResult

      public ListDeadLetterSourceQueuesResult()
  • Method Details

    • getQueueUrls

      public List<String> getQueueUrls()

      A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.

      Returns:
      A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.
    • setQueueUrls

      public void setQueueUrls(Collection<String> queueUrls)

      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

      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.

      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

      public ListDeadLetterSourceQueuesResult withQueueUrls(Collection<String> queueUrls)

      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

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object