@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCustomLineItemPercentageChargeDetails extends Object implements Serializable, Cloneable, StructuredPojo
A representation of the new charge details that are associated with a percentage custom line item.
Constructor and Description |
---|
UpdateCustomLineItemPercentageChargeDetails() |
Modifier and Type | Method and Description |
---|---|
UpdateCustomLineItemPercentageChargeDetails |
clone() |
boolean |
equals(Object obj) |
Double |
getPercentageValue()
The custom line item's new 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 new percentage value.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCustomLineItemPercentageChargeDetails |
withPercentageValue(Double percentageValue)
The custom line item's new percentage value.
|
public UpdateCustomLineItemPercentageChargeDetails()
public void setPercentageValue(Double percentageValue)
The custom line item's new 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 new 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 new percentage value. This will be multiplied against the combined value of its associated resources to determine its charge value.
public UpdateCustomLineItemPercentageChargeDetails withPercentageValue(Double percentageValue)
The custom line item's new 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 new 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 UpdateCustomLineItemPercentageChargeDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.