Class GetSessionsStatisticsAggregationRequest

    • Method Detail

      • aggregationId

        public final String aggregationId()

        The identifier returned by the StartSessionsStatisticsAggregation operation that identifies the aggregated statistics.

        Returns:
        The identifier returned by the StartSessionsStatisticsAggregation operation that identifies the aggregated statistics.
      • farmId

        public final String farmId()

        The identifier of the farm to include in the statistics. This should be the same as the farm ID used in the call to the StartSessionsStatisticsAggregation operation.

        Returns:
        The identifier of the farm to include in the statistics. This should be the same as the farm ID used in the call to the StartSessionsStatisticsAggregation operation.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.

        Returns:
        The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.
      • nextToken

        public final String nextToken()

        The token for the next set of results, or null to start from the beginning.

        Returns:
        The token for the next set of results, or null to start from the beginning.
      • 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