@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomLineItemBillingPeriodRange extends Object implements Serializable, Cloneable, StructuredPojo
The billing period range in which the custom line item request will be applied.
Constructor and Description |
---|
CustomLineItemBillingPeriodRange() |
Modifier and Type | Method and Description |
---|---|
CustomLineItemBillingPeriodRange |
clone() |
boolean |
equals(Object obj) |
String |
getExclusiveEndBillingPeriod()
The inclusive end billing period that defines a billing period range where a custom line is applied.
|
String |
getInclusiveStartBillingPeriod()
The inclusive start billing period that defines a billing period range where a custom line is applied.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExclusiveEndBillingPeriod(String exclusiveEndBillingPeriod)
The inclusive end billing period that defines a billing period range where a custom line is applied.
|
void |
setInclusiveStartBillingPeriod(String inclusiveStartBillingPeriod)
The inclusive start billing period that defines a billing period range where a custom line is applied.
|
String |
toString()
Returns a string representation of this object.
|
CustomLineItemBillingPeriodRange |
withExclusiveEndBillingPeriod(String exclusiveEndBillingPeriod)
The inclusive end billing period that defines a billing period range where a custom line is applied.
|
CustomLineItemBillingPeriodRange |
withInclusiveStartBillingPeriod(String inclusiveStartBillingPeriod)
The inclusive start billing period that defines a billing period range where a custom line is applied.
|
public void setInclusiveStartBillingPeriod(String inclusiveStartBillingPeriod)
The inclusive start billing period that defines a billing period range where a custom line is applied.
inclusiveStartBillingPeriod
- The inclusive start billing period that defines a billing period range where a custom line is applied.public String getInclusiveStartBillingPeriod()
The inclusive start billing period that defines a billing period range where a custom line is applied.
public CustomLineItemBillingPeriodRange withInclusiveStartBillingPeriod(String inclusiveStartBillingPeriod)
The inclusive start billing period that defines a billing period range where a custom line is applied.
inclusiveStartBillingPeriod
- The inclusive start billing period that defines a billing period range where a custom line is applied.public void setExclusiveEndBillingPeriod(String exclusiveEndBillingPeriod)
The inclusive end billing period that defines a billing period range where a custom line is applied.
exclusiveEndBillingPeriod
- The inclusive end billing period that defines a billing period range where a custom line is applied.public String getExclusiveEndBillingPeriod()
The inclusive end billing period that defines a billing period range where a custom line is applied.
public CustomLineItemBillingPeriodRange withExclusiveEndBillingPeriod(String exclusiveEndBillingPeriod)
The inclusive end billing period that defines a billing period range where a custom line is applied.
exclusiveEndBillingPeriod
- The inclusive end billing period that defines a billing period range where a custom line is applied.public String toString()
toString
in class Object
Object.toString()
public CustomLineItemBillingPeriodRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.