Class GetQueueUrlRequest

    • Method Detail

      • queueName

        public final String queueName()

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

        Queue URLs and names are case-sensitive.

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

        Queue URLs and names are case-sensitive.

      • queueOwnerAWSAccountId

        public final String queueOwnerAWSAccountId()

        The Amazon Web Services account ID of the account that created the queue.

        Returns:
        The Amazon Web Services account ID of the account that created the queue.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object