Class BillingPeriodRange
- java.lang.Object
-
- software.amazon.awssdk.services.billingconductor.model.BillingPeriodRange
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BillingPeriodRange.Builder,BillingPeriodRange>
@Generated("software.amazon.awssdk:codegen") public final class BillingPeriodRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BillingPeriodRange.Builder,BillingPeriodRange>
A time range for which the margin summary is effective. The time range can be up to 12 months.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBillingPeriodRange.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BillingPeriodRange.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexclusiveEndBillingPeriod()The exclusive end billing period that defines a billing period range for the margin summary.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinclusiveStartBillingPeriod()The inclusive start billing period that defines a billing period range for the margin summary.List<SdkField<?>>sdkFields()static Class<? extends BillingPeriodRange.Builder>serializableBuilderClass()BillingPeriodRange.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
-
inclusiveStartBillingPeriod
public final String inclusiveStartBillingPeriod()
The inclusive start billing period that defines a billing period range for the margin summary.
- Returns:
- The inclusive start billing period that defines a billing period range for the margin summary.
-
exclusiveEndBillingPeriod
public final String exclusiveEndBillingPeriod()
The exclusive end billing period that defines a billing period range for the margin summary. For example, if you choose a billing period that starts in October 2023 and ends in December 2023, the margin summary will only include data from October 2023 and November 2023.
- Returns:
- The exclusive end billing period that defines a billing period range for the margin summary. For example, if you choose a billing period that starts in October 2023 and ends in December 2023, the margin summary will only include data from October 2023 and November 2023.
-
toBuilder
public BillingPeriodRange.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BillingPeriodRange.Builder,BillingPeriodRange>
-
builder
public static BillingPeriodRange.Builder builder()
-
serializableBuilderClass
public static Class<? extends BillingPeriodRange.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.
-
-