Class ListQueuesRequest

    • Constructor Detail

      • ListQueuesRequest

        public ListQueuesRequest()
        Default constructor for ListQueuesRequest object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it.
      • ListQueuesRequest

        public ListQueuesRequest​(String queueNamePrefix)
        Constructs a new ListQueuesRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
        Parameters:
        queueNamePrefix - A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

        Queue names are case-sensitive.

    • Method Detail

      • setQueueNamePrefix

        public void setQueueNamePrefix​(String queueNamePrefix)

        A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

        Queue names are case-sensitive.

        Parameters:
        queueNamePrefix - A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

        Queue names are case-sensitive.

      • getQueueNamePrefix

        public String getQueueNamePrefix()

        A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

        Queue names are case-sensitive.

        Returns:
        A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

        Queue names are case-sensitive.

      • withQueueNamePrefix

        public ListQueuesRequest withQueueNamePrefix​(String queueNamePrefix)

        A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

        Queue names are case-sensitive.

        Parameters:
        queueNamePrefix - A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

        Queue names are case-sensitive.

        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