@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCustomLineItemPercentageChargeDetails extends Object implements Serializable, Cloneable, StructuredPojo
A representation of the charge details that are associated with a percentage custom line item.
| Constructor and Description |
|---|
ListCustomLineItemPercentageChargeDetails() |
| Modifier and Type | Method and Description |
|---|---|
ListCustomLineItemPercentageChargeDetails |
clone() |
boolean |
equals(Object obj) |
Double |
getPercentageValue()
The custom line item's percentage value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPercentageValue(Double percentageValue)
The custom line item's percentage value.
|
String |
toString()
Returns a string representation of this object.
|
ListCustomLineItemPercentageChargeDetails |
withPercentageValue(Double percentageValue)
The custom line item's percentage value.
|
public ListCustomLineItemPercentageChargeDetails()
public void setPercentageValue(Double percentageValue)
The custom line item's percentage value. This will be multiplied against the combined value of its associated resources to determine its charge value.
percentageValue - The custom line item's percentage value. This will be multiplied against the combined value of its
associated resources to determine its charge value.public Double getPercentageValue()
The custom line item's percentage value. This will be multiplied against the combined value of its associated resources to determine its charge value.
public ListCustomLineItemPercentageChargeDetails withPercentageValue(Double percentageValue)
The custom line item's percentage value. This will be multiplied against the combined value of its associated resources to determine its charge value.
percentageValue - The custom line item's percentage value. This will be multiplied against the combined value of its
associated resources to determine its charge value.public String toString()
toString in class ObjectObject.toString()public ListCustomLineItemPercentageChargeDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.