Class GetQueueUrlRequest

    • Constructor Detail

      • GetQueueUrlRequest

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

        public GetQueueUrlRequest​(String queueName)
        Constructs a new GetQueueUrlRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
        Parameters:
        queueName - The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

        Queue names are case-sensitive.

    • Method Detail

      • setQueueName

        public void setQueueName​(String queueName)

        The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

        Queue names are case-sensitive.

        Parameters:
        queueName - The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

        Queue names are case-sensitive.

      • getQueueName

        public String getQueueName()

        The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

        Queue names are case-sensitive.

        Returns:
        The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

        Queue names are case-sensitive.

      • withQueueName

        public GetQueueUrlRequest withQueueName​(String queueName)

        The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

        Queue names are case-sensitive.

        Parameters:
        queueName - The name of the queue whose URL must be fetched. Maximum 80 characters; alphanumeric characters, hyphens (-), and underscores (_) are allowed.

        Queue names are case-sensitive.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setQueueOwnerAWSAccountId

        public void setQueueOwnerAWSAccountId​(String queueOwnerAWSAccountId)

        The AWS account ID of the account that created the queue.

        Parameters:
        queueOwnerAWSAccountId - The AWS account ID of the account that created the queue.
      • getQueueOwnerAWSAccountId

        public String getQueueOwnerAWSAccountId()

        The AWS account ID of the account that created the queue.

        Returns:
        The AWS account ID of the account that created the queue.
      • withQueueOwnerAWSAccountId

        public GetQueueUrlRequest withQueueOwnerAWSAccountId​(String queueOwnerAWSAccountId)

        The AWS account ID of the account that created the queue.

        Parameters:
        queueOwnerAWSAccountId - The AWS account ID of the account that created the 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