Class ListConfigurationProfilesRequest

    • Method Detail

      • applicationId

        public final String applicationId()

        The application ID.

        Returns:
        The application ID.
      • maxResults

        public final Integer maxResults()

        The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

        Returns:
        The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
      • nextToken

        public final String nextToken()

        A token to start the list. Use this token to get the next set of results.

        Returns:
        A token to start the list. Use this token to get the next set of results.
      • type

        public final String type()

        A filter based on the type of configurations that the configuration profile contains. A configuration can be a feature flag or a freeform configuration.

        Returns:
        A filter based on the type of configurations that the configuration profile contains. A configuration can be a feature flag or a freeform configuration.
      • 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