@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCustomLineItemVersionsFilter extends Object implements Serializable, Cloneable, StructuredPojo
A filter that specifies the billing period range where the custom line item versions reside.
| Constructor and Description |
|---|
ListCustomLineItemVersionsFilter() |
| Modifier and Type | Method and Description |
|---|---|
ListCustomLineItemVersionsFilter |
clone() |
boolean |
equals(Object obj) |
ListCustomLineItemVersionsBillingPeriodRangeFilter |
getBillingPeriodRange()
The billing period range in which the custom line item version is applied.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBillingPeriodRange(ListCustomLineItemVersionsBillingPeriodRangeFilter billingPeriodRange)
The billing period range in which the custom line item version is applied.
|
String |
toString()
Returns a string representation of this object.
|
ListCustomLineItemVersionsFilter |
withBillingPeriodRange(ListCustomLineItemVersionsBillingPeriodRangeFilter billingPeriodRange)
The billing period range in which the custom line item version is applied.
|
public void setBillingPeriodRange(ListCustomLineItemVersionsBillingPeriodRangeFilter billingPeriodRange)
The billing period range in which the custom line item version is applied.
billingPeriodRange - The billing period range in which the custom line item version is applied.public ListCustomLineItemVersionsBillingPeriodRangeFilter getBillingPeriodRange()
The billing period range in which the custom line item version is applied.
public ListCustomLineItemVersionsFilter withBillingPeriodRange(ListCustomLineItemVersionsBillingPeriodRangeFilter billingPeriodRange)
The billing period range in which the custom line item version is applied.
billingPeriodRange - The billing period range in which the custom line item version is applied.public String toString()
toString in class ObjectObject.toString()public ListCustomLineItemVersionsFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.