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