Class PricingPlanListElement
- java.lang.Object
-
- software.amazon.awssdk.services.billingconductor.model.PricingPlanListElement
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PricingPlanListElement.Builder,PricingPlanListElement>
@Generated("software.amazon.awssdk:codegen") public final class PricingPlanListElement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PricingPlanListElement.Builder,PricingPlanListElement>
A representation of a pricing plan.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePricingPlanListElement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The pricing plan Amazon Resource Names (ARN).static PricingPlanListElement.Builderbuilder()LongcreationTime()The time when the pricing plan was created.Stringdescription()The pricing plan description.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LonglastModifiedTime()The most recent time when the pricing plan was modified.Stringname()The name of a pricing plan.List<SdkField<?>>sdkFields()static Class<? extends PricingPlanListElement.Builder>serializableBuilderClass()Longsize()The pricing rules count that's currently associated with this pricing plan list element.PricingPlanListElement.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
-
name
public final String name()
The name of a pricing plan.
- Returns:
- The name of a pricing plan.
-
arn
public final String arn()
The pricing plan Amazon Resource Names (ARN). This can be used to uniquely identify a pricing plan.
- Returns:
- The pricing plan Amazon Resource Names (ARN). This can be used to uniquely identify a pricing plan.
-
description
public final String description()
The pricing plan description.
- Returns:
- The pricing plan description.
-
size
public final Long size()
The pricing rules count that's currently associated with this pricing plan list element.
- Returns:
- The pricing rules count that's currently associated with this pricing plan list element.
-
creationTime
public final Long creationTime()
The time when the pricing plan was created.
- Returns:
- The time when the pricing plan was created.
-
lastModifiedTime
public final Long lastModifiedTime()
The most recent time when the pricing plan was modified.
- Returns:
- The most recent time when the pricing plan was modified.
-
toBuilder
public PricingPlanListElement.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PricingPlanListElement.Builder,PricingPlanListElement>
-
builder
public static PricingPlanListElement.Builder builder()
-
serializableBuilderClass
public static Class<? extends PricingPlanListElement.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.
-
-