Class DeleteUserRequest

    • Method Detail

      • brokerId

        public final String brokerId()

        The unique ID that Amazon MQ generates for the broker.

        Returns:
        The unique ID that Amazon MQ generates for the broker.
      • username

        public final String username()

        The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.

        Returns:
        The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
      • 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