@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public ListCustomLineItemVersionsFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.