Class UpdateCustomLineItemPercentageChargeDetails
- java.lang.Object
-
- software.amazon.awssdk.services.billingconductor.model.UpdateCustomLineItemPercentageChargeDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdateCustomLineItemPercentageChargeDetails.Builder,UpdateCustomLineItemPercentageChargeDetails>
@Generated("software.amazon.awssdk:codegen") public final class UpdateCustomLineItemPercentageChargeDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateCustomLineItemPercentageChargeDetails.Builder,UpdateCustomLineItemPercentageChargeDetails>
A representation of the new charge details that are associated with a percentage custom line item.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateCustomLineItemPercentageChargeDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateCustomLineItemPercentageChargeDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DoublepercentageValue()The custom line item's new percentage value.List<SdkField<?>>sdkFields()static Class<? extends UpdateCustomLineItemPercentageChargeDetails.Builder>serializableBuilderClass()UpdateCustomLineItemPercentageChargeDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
percentageValue
public final 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.
- Returns:
- 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.
-
toBuilder
public UpdateCustomLineItemPercentageChargeDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateCustomLineItemPercentageChargeDetails.Builder,UpdateCustomLineItemPercentageChargeDetails>
-
builder
public static UpdateCustomLineItemPercentageChargeDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateCustomLineItemPercentageChargeDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-