Class BillingViewElement

    • Method Detail

      • arn

        public final String arn()

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

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

        public final String name()

        A list of names of the billing view.

        Returns:
        A list of names of the billing view.
      • description

        public final String description()

        The description of the billing view.

        Returns:
        The description of the billing view.
      • ownerAccountId

        public final String ownerAccountId()

        The list of owners of the billing view.

        Returns:
        The list of owners of the billing view.
      • dataFilterExpression

        public final Expression dataFilterExpression()

        See Expression. Billing view only supports LINKED_ACCOUNT and Tags.

        Returns:
        See Expression . Billing view only supports LINKED_ACCOUNT and Tags.
      • createdAt

        public final Instant createdAt()

        The time when the billing view was created.

        Returns:
        The time when the billing view was created.
      • updatedAt

        public final Instant updatedAt()

        The time when the billing view was last updated.

        Returns:
        The time when the billing view was last updated.
      • 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)