@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BillingGroupCostReportElement.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of a billing group.
|
String |
awsCost()
The actual Amazon Web Services charges for the billing group.
|
static BillingGroupCostReportElement.Builder |
builder() |
String |
currency()
The displayed currency.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
margin()
The billing group margin.
|
String |
marginPercentage()
The percentage of billing group margin.
|
String |
proformaCost()
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of a billing group.
public final String awsCost()
The actual Amazon Web Services charges for the billing group.
public final String proformaCost()
The hypothetical Amazon Web Services charges based on the associated pricing plan of a billing group.
public final String margin()
The billing group margin.
public final String marginPercentage()
The percentage of billing group margin.
public final String currency()
The displayed currency.
public BillingGroupCostReportElement.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BillingGroupCostReportElement.Builder,BillingGroupCostReportElement>public static BillingGroupCostReportElement.Builder builder()
public static Class<? extends BillingGroupCostReportElement.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.