Class GetApiKeysRequest

    • Method Detail

      • position

        public final String position()

        The current pagination position in the paged result set.

        Returns:
        The current pagination position in the paged result set.
      • limit

        public final Integer limit()

        The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

        Returns:
        The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
      • nameQuery

        public final String nameQuery()

        The name of queried API keys.

        Returns:
        The name of queried API keys.
      • customerId

        public final String customerId()

        The identifier of a customer in Amazon Web Services Marketplace or an external system, such as a developer portal.

        Returns:
        The identifier of a customer in Amazon Web Services Marketplace or an external system, such as a developer portal.
      • includeValues

        public final Boolean includeValues()

        A boolean flag to specify whether (true) or not (false) the result contains key values.

        Returns:
        A boolean flag to specify whether (true) or not (false) the result contains key values.
      • 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