Class PricingPlan
- java.lang.Object
-
- software.amazon.awssdk.services.iottwinmaker.model.PricingPlan
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PricingPlan.Builder,PricingPlan>
@Generated("software.amazon.awssdk:codegen") public final class PricingPlan extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PricingPlan.Builder,PricingPlan>
The pricing plan.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePricingPlan.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LongbillableEntityCount()The billable entity count.static PricingPlan.Builderbuilder()BundleInformationbundleInformation()The pricing plan's bundle information.InstanteffectiveDateTime()The effective date and time of the pricing plan.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PricingModepricingMode()The pricing mode.StringpricingModeAsString()The pricing mode.List<SdkField<?>>sdkFields()static Class<? extends PricingPlan.Builder>serializableBuilderClass()PricingPlan.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateDateTime()The set date and time for updating a pricing plan.UpdateReasonupdateReason()The update reason for changing a pricing plan.StringupdateReasonAsString()The update reason for changing a pricing plan.-
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
-
billableEntityCount
public final Long billableEntityCount()
The billable entity count.
- Returns:
- The billable entity count.
-
bundleInformation
public final BundleInformation bundleInformation()
The pricing plan's bundle information.
- Returns:
- The pricing plan's bundle information.
-
effectiveDateTime
public final Instant effectiveDateTime()
The effective date and time of the pricing plan.
- Returns:
- The effective date and time of the pricing plan.
-
pricingMode
public final PricingMode pricingMode()
The pricing mode.
If the service returns an enum value that is not available in the current SDK version,
pricingModewill returnPricingMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompricingModeAsString().- Returns:
- The pricing mode.
- See Also:
PricingMode
-
pricingModeAsString
public final String pricingModeAsString()
The pricing mode.
If the service returns an enum value that is not available in the current SDK version,
pricingModewill returnPricingMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompricingModeAsString().- Returns:
- The pricing mode.
- See Also:
PricingMode
-
updateDateTime
public final Instant updateDateTime()
The set date and time for updating a pricing plan.
- Returns:
- The set date and time for updating a pricing plan.
-
updateReason
public final UpdateReason updateReason()
The update reason for changing a pricing plan.
If the service returns an enum value that is not available in the current SDK version,
updateReasonwill returnUpdateReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromupdateReasonAsString().- Returns:
- The update reason for changing a pricing plan.
- See Also:
UpdateReason
-
updateReasonAsString
public final String updateReasonAsString()
The update reason for changing a pricing plan.
If the service returns an enum value that is not available in the current SDK version,
updateReasonwill returnUpdateReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromupdateReasonAsString().- Returns:
- The update reason for changing a pricing plan.
- See Also:
UpdateReason
-
toBuilder
public PricingPlan.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PricingPlan.Builder,PricingPlan>
-
builder
public static PricingPlan.Builder builder()
-
serializableBuilderClass
public static Class<? extends PricingPlan.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.
-
-