@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCustomLineItemVersionsBillingPeriodRangeFilter extends Object implements Serializable, Cloneable, StructuredPojo
A billing period filter that specifies the custom line item versions to retrieve.
| Constructor and Description |
|---|
ListCustomLineItemVersionsBillingPeriodRangeFilter() |
| Modifier and Type | Method and Description |
|---|---|
ListCustomLineItemVersionsBillingPeriodRangeFilter |
clone() |
boolean |
equals(Object obj) |
String |
getEndBillingPeriod()
The exclusive end billing period that defines a billing period range where a custom line item version is applied.
|
String |
getStartBillingPeriod()
The inclusive start billing period that defines a billing period range where a custom line item version is
applied.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEndBillingPeriod(String endBillingPeriod)
The exclusive end billing period that defines a billing period range where a custom line item version is applied.
|
void |
setStartBillingPeriod(String startBillingPeriod)
The inclusive start billing period that defines a billing period range where a custom line item version is
applied.
|
String |
toString()
Returns a string representation of this object.
|
ListCustomLineItemVersionsBillingPeriodRangeFilter |
withEndBillingPeriod(String endBillingPeriod)
The exclusive end billing period that defines a billing period range where a custom line item version is applied.
|
ListCustomLineItemVersionsBillingPeriodRangeFilter |
withStartBillingPeriod(String startBillingPeriod)
The inclusive start billing period that defines a billing period range where a custom line item version is
applied.
|
public ListCustomLineItemVersionsBillingPeriodRangeFilter()
public void setStartBillingPeriod(String startBillingPeriod)
The inclusive start billing period that defines a billing period range where a custom line item version is applied.
startBillingPeriod - The inclusive start billing period that defines a billing period range where a custom line item version is
applied.public String getStartBillingPeriod()
The inclusive start billing period that defines a billing period range where a custom line item version is applied.
public ListCustomLineItemVersionsBillingPeriodRangeFilter withStartBillingPeriod(String startBillingPeriod)
The inclusive start billing period that defines a billing period range where a custom line item version is applied.
startBillingPeriod - The inclusive start billing period that defines a billing period range where a custom line item version is
applied.public void setEndBillingPeriod(String endBillingPeriod)
The exclusive end billing period that defines a billing period range where a custom line item version is applied.
endBillingPeriod - The exclusive end billing period that defines a billing period range where a custom line item version is
applied.public String getEndBillingPeriod()
The exclusive end billing period that defines a billing period range where a custom line item version is applied.
public ListCustomLineItemVersionsBillingPeriodRangeFilter withEndBillingPeriod(String endBillingPeriod)
The exclusive end billing period that defines a billing period range where a custom line item version is applied.
endBillingPeriod - The exclusive end billing period that defines a billing period range where a custom line item version is
applied.public String toString()
toString in class ObjectObject.toString()public ListCustomLineItemVersionsBillingPeriodRangeFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.