Class UpdateCustomLineItemResponse

    • Method Detail

      • arn

        public final String arn()

        The ARN of the successfully updated custom line item.

        Returns:
        The ARN of the successfully updated custom line item.
      • billingGroupArn

        public final String billingGroupArn()

        The ARN of the billing group that the custom line item is applied to.

        Returns:
        The ARN of the billing group that the custom line item is applied to.
      • name

        public final String name()

        The name of the successfully updated custom line item.

        Returns:
        The name of the successfully updated custom line item.
      • description

        public final String description()

        The description of the successfully updated custom line item.

        Returns:
        The description of the successfully updated custom line item.
      • chargeDetails

        public final ListCustomLineItemChargeDetails chargeDetails()

        A ListCustomLineItemChargeDetails containing the charge details of the successfully updated custom line item.

        Returns:
        A ListCustomLineItemChargeDetails containing the charge details of the successfully updated custom line item.
      • lastModifiedTime

        public final Long lastModifiedTime()

        The most recent time when the custom line item was modified.

        Returns:
        The most recent time when the custom line item was modified.
      • associationSize

        public final Long associationSize()

        The number of resources that are associated to the custom line item.

        Returns:
        The number of resources that are associated to the custom line item.
      • 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