Class ListRoomsRequest

    • Method Detail

      • loggingConfigurationIdentifier

        public final String loggingConfigurationIdentifier()

        Logging-configuration identifier.

        Returns:
        Logging-configuration identifier.
      • maxResults

        public final Integer maxResults()

        Maximum number of rooms to return. Default: 50.

        Returns:
        Maximum number of rooms to return. Default: 50.
      • messageReviewHandlerUri

        public final String messageReviewHandlerUri()

        Filters the list to match the specified message review handler URI.

        Returns:
        Filters the list to match the specified message review handler URI.
      • name

        public final String name()

        Filters the list to match the specified room name.

        Returns:
        Filters the list to match the specified room name.
      • nextToken

        public final String nextToken()

        The first room to retrieve. This is used for pagination; see the nextToken response field.

        Returns:
        The first room to retrieve. This is used for pagination; see the nextToken response field.
      • 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