Class ListFlywheelsRequest

    • Method Detail

      • filter

        public final FlywheelFilter filter()

        Filters the flywheels that are returned. You can filter flywheels on their status, or the date and time that they were submitted. You can only set one filter at a time.

        Returns:
        Filters the flywheels that are returned. You can filter flywheels on their status, or the date and time that they were submitted. You can only set one filter at a time.
      • nextToken

        public final String nextToken()

        Identifies the next page of results to return.

        Returns:
        Identifies the next page of results to return.
      • maxResults

        public final Integer maxResults()

        Maximum number of results to return in a response. The default is 100.

        Returns:
        Maximum number of results to return in a response. The default is 100.
      • 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