Class ListDeadLetterSourceQueuesResult

    • Constructor Detail

      • ListDeadLetterSourceQueuesResult

        public ListDeadLetterSourceQueuesResult()
    • Method Detail

      • 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:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object