Class BillingViewListElement
- java.lang.Object
-
- software.amazon.awssdk.services.billing.model.BillingViewListElement
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BillingViewListElement.Builder,BillingViewListElement>
@Generated("software.amazon.awssdk:codegen") public final class BillingViewListElement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BillingViewListElement.Builder,BillingViewListElement>
A representation of a billing view.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBillingViewListElement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.BillingViewTypebillingViewType()The type of billing view.StringbillingViewTypeAsString()The type of billing view.static BillingViewListElement.Builderbuilder()Stringdescription()The description of the billing view.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()A list of names of the Billing view.StringownerAccountId()The list of owners of the Billing view.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends BillingViewListElement.Builder>serializableBuilderClass()BillingViewListElement.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
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.
-
billingViewType
public final BillingViewType billingViewType()
The type of billing view.
If the service returns an enum value that is not available in the current SDK version,
billingViewTypewill returnBillingViewType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombillingViewTypeAsString().- Returns:
- The type of billing view.
- See Also:
BillingViewType
-
billingViewTypeAsString
public final String billingViewTypeAsString()
The type of billing view.
If the service returns an enum value that is not available in the current SDK version,
billingViewTypewill returnBillingViewType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombillingViewTypeAsString().- Returns:
- The type of billing view.
- See Also:
BillingViewType
-
toBuilder
public BillingViewListElement.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BillingViewListElement.Builder,BillingViewListElement>
-
builder
public static BillingViewListElement.Builder builder()
-
serializableBuilderClass
public static Class<? extends BillingViewListElement.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-