Class BillingGroupListElement

    • Method Detail

      • name

        public final String name()

        The name of the billing group.

        Returns:
        The name of the billing group.
      • arn

        public final String arn()

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

        Returns:
        The Amazon Resource Number (ARN) that can be used to uniquely identify the billing group.
      • description

        public final String description()

        The description of the billing group.

        Returns:
        The description of the billing group.
      • primaryAccountId

        public final String primaryAccountId()

        The account ID that serves as the main account in a billing group.

        Returns:
        The account ID that serves as the main account in a billing group.
      • computationPreference

        public final ComputationPreference computationPreference()
        Returns the value of the ComputationPreference property for this object.
        Returns:
        The value of the ComputationPreference property for this object.
      • size

        public final Long size()

        The number of accounts in the particular billing group.

        Returns:
        The number of accounts in the particular billing group.
      • creationTime

        public final Long creationTime()

        The time when the billing group was created.

        Returns:
        The time when the billing group was created.
      • lastModifiedTime

        public final Long lastModifiedTime()

        The most recent time when the billing group was modified.

        Returns:
        The most recent time when the billing group was modified.
      • statusAsString

        public final String statusAsString()

        The billing group status. Only one of the valid values can be used.

        If the service returns an enum value that is not available in the current SDK version, status will return BillingGroupStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The billing group status. Only one of the valid values can be used.
        See Also:
        BillingGroupStatus
      • statusReason

        public final String statusReason()

        The reason why the billing group is in its current status.

        Returns:
        The reason why the billing group is in its current status.
      • accountGrouping

        public final ListBillingGroupAccountGrouping accountGrouping()

        Specifies if the billing group has automatic account association (AutoAssociate) enabled.

        Returns:
        Specifies if the billing group has automatic account association (AutoAssociate) enabled.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)