Class RateCardItem
- java.lang.Object
-
- software.amazon.awssdk.services.marketplaceagreement.model.RateCardItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RateCardItem.Builder,RateCardItem>
@Generated("software.amazon.awssdk:codegen") public final class RateCardItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RateCardItem.Builder,RateCardItem>
Defines the per unit rates for each individual product dimension.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRateCardItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RateCardItem.Builderbuilder()StringdimensionKey()Dimension for which the given entitlement applies.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringprice()Per unit price for the product dimension that’s used for calculating the amount to be charged.List<SdkField<?>>sdkFields()static Class<? extends RateCardItem.Builder>serializableBuilderClass()RateCardItem.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
-
dimensionKey
public final String dimensionKey()
Dimension for which the given entitlement applies. Dimensions represent categories of capacity in a product and are specified when the product is listed in AWS Marketplace.
- Returns:
- Dimension for which the given entitlement applies. Dimensions represent categories of capacity in a product and are specified when the product is listed in AWS Marketplace.
-
price
public final String price()
Per unit price for the product dimension that’s used for calculating the amount to be charged.
- Returns:
- Per unit price for the product dimension that’s used for calculating the amount to be charged.
-
toBuilder
public RateCardItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RateCardItem.Builder,RateCardItem>
-
builder
public static RateCardItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends RateCardItem.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.
-
-