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