@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomLineItemFlatChargeDetails extends Object implements Serializable, Cloneable, StructuredPojo
A representation of the charge details that are associated with a flat custom line item.
Constructor and Description |
---|
CustomLineItemFlatChargeDetails() |
Modifier and Type | Method and Description |
---|---|
CustomLineItemFlatChargeDetails |
clone() |
boolean |
equals(Object obj) |
Double |
getChargeValue()
The custom line item's fixed charge value in USD.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChargeValue(Double chargeValue)
The custom line item's fixed charge value in USD.
|
String |
toString()
Returns a string representation of this object.
|
CustomLineItemFlatChargeDetails |
withChargeValue(Double chargeValue)
The custom line item's fixed charge value in USD.
|
public void setChargeValue(Double chargeValue)
The custom line item's fixed charge value in USD.
chargeValue
- The custom line item's fixed charge value in USD.public Double getChargeValue()
The custom line item's fixed charge value in USD.
public CustomLineItemFlatChargeDetails withChargeValue(Double chargeValue)
The custom line item's fixed charge value in USD.
chargeValue
- The custom line item's fixed charge value in USD.public String toString()
toString
in class Object
Object.toString()
public CustomLineItemFlatChargeDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.