@Generated(value="software.amazon.awssdk:codegen") public final class CustomLineItemBillingPeriodRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomLineItemBillingPeriodRange.Builder,CustomLineItemBillingPeriodRange>
The billing period range in which the custom line item request will be applied.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomLineItemBillingPeriodRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomLineItemBillingPeriodRange.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
exclusiveEndBillingPeriod()
The inclusive end billing period that defines a billing period range where a custom line is applied.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
inclusiveStartBillingPeriod()
The inclusive start billing period that defines a billing period range where a custom line is applied.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomLineItemBillingPeriodRange.Builder> |
serializableBuilderClass() |
CustomLineItemBillingPeriodRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String inclusiveStartBillingPeriod()
The inclusive start billing period that defines a billing period range where a custom line is applied.
public final String exclusiveEndBillingPeriod()
The inclusive end billing period that defines a billing period range where a custom line is applied.
public CustomLineItemBillingPeriodRange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomLineItemBillingPeriodRange.Builder,CustomLineItemBillingPeriodRange>public static CustomLineItemBillingPeriodRange.Builder builder()
public static Class<? extends CustomLineItemBillingPeriodRange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.