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.
      • hasArns

        public final boolean hasArns()
        For responses, this returns true if the service returned a value for the Arns property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • arns

        public final List<String> arns()

        The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasArns() method.

        Returns:
        The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
      • billingViewTypes

        public final List<BillingViewType> billingViewTypes()

        The type of billing view.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasBillingViewTypes() method.

        Returns:
        The type of billing view.
      • hasBillingViewTypes

        public final boolean hasBillingViewTypes()
        For responses, this returns true if the service returned a value for the BillingViewTypes property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • billingViewTypesAsStrings

        public final List<String> billingViewTypesAsStrings()

        The type of billing view.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasBillingViewTypes() method.

        Returns:
        The type of billing view.
      • ownerAccountId

        public final String ownerAccountId()

        The list of owners of the billing view.

        Returns:
        The list of owners of the billing view.
      • 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