Class ListBillingViewsRequest

    • Method Detail

      • activeTimeRange

        public final ActiveTimeRange activeTimeRange()

        The time range for the billing views listed. PRIMARY billing view is always listed. BILLING_GROUP billing views are listed for time ranges when the associated billing group resource in Billing Conductor is active. The time range must be within one calendar month.

        Returns:
        The time range for the billing views listed. PRIMARY billing view is always listed. BILLING_GROUP billing views are listed for time ranges when the associated billing group resource in Billing Conductor is active. The time range must be within one calendar month.
      • maxResults

        public final Integer maxResults()

        The maximum number of billing views to retrieve. Default is 100.

        Returns:
        The maximum number of billing views to retrieve. Default is 100.
      • nextToken

        public final String nextToken()

        The pagination token that is used on subsequent calls to list billing views.

        Returns:
        The pagination token that is used on subsequent calls to list billing views.
      • 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