Class BillingGroupCostReportElement
- java.lang.Object
-
- software.amazon.awssdk.services.billingconductor.model.BillingGroupCostReportElement
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BillingGroupCostReportElement.Builder,BillingGroupCostReportElement>
@Generated("software.amazon.awssdk:codegen") public final class BillingGroupCostReportElement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BillingGroupCostReportElement.Builder,BillingGroupCostReportElement>
A summary report of actual Amazon Web Services charges and calculated Amazon Web Services charges, based on the associated pricing plan of a billing group.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBillingGroupCostReportElement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of a billing group.StringawsCost()The actual Amazon Web Services charges for the billing group.static BillingGroupCostReportElement.Builderbuilder()Stringcurrency()The displayed currency.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmargin()The billing group margin.StringmarginPercentage()The percentage of billing group margin.StringproformaCost()The hypothetical Amazon Web Services charges based on the associated pricing plan of a billing group.List<SdkField<?>>sdkFields()static Class<? extends BillingGroupCostReportElement.Builder>serializableBuilderClass()BillingGroupCostReportElement.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) of a billing group.
- Returns:
- The Amazon Resource Name (ARN) of a billing group.
-
awsCost
public final String awsCost()
The actual Amazon Web Services charges for the billing group.
- Returns:
- The actual Amazon Web Services charges for the billing group.
-
proformaCost
public final String proformaCost()
The hypothetical Amazon Web Services charges based on the associated pricing plan of a billing group.
- Returns:
- The hypothetical Amazon Web Services charges based on the associated pricing plan of a billing group.
-
margin
public final String margin()
The billing group margin.
- Returns:
- The billing group margin.
-
marginPercentage
public final String marginPercentage()
The percentage of billing group margin.
- Returns:
- The percentage of billing group margin.
-
currency
public final String currency()
The displayed currency.
- Returns:
- The displayed currency.
-
toBuilder
public BillingGroupCostReportElement.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BillingGroupCostReportElement.Builder,BillingGroupCostReportElement>
-
builder
public static BillingGroupCostReportElement.Builder builder()
-
serializableBuilderClass
public static Class<? extends BillingGroupCostReportElement.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.
-
-