@Generated(value="software.amazon.awssdk:codegen") public final class PricingPlanListElement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PricingPlanListElement.Builder,PricingPlanListElement>
A representation of a pricing plan.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PricingPlanListElement.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The pricing plan Amazon Resource Names (ARN).
|
static PricingPlanListElement.Builder |
builder() |
Long |
creationTime()
The time when the pricing plan was created.
|
String |
description()
The pricing plan description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
lastModifiedTime()
The most recent time when the pricing plan was modified.
|
String |
name()
The name of a pricing plan.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PricingPlanListElement.Builder> |
serializableBuilderClass() |
Long |
size()
The pricing rules count that's currently associated with this pricing plan list element.
|
PricingPlanListElement.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of a pricing plan.
public final String arn()
The pricing plan Amazon Resource Names (ARN). This can be used to uniquely identify a pricing plan.
public final String description()
The pricing plan description.
public final Long size()
The pricing rules count that's currently associated with this pricing plan list element.
public final Long creationTime()
The time when the pricing plan was created.
public final Long lastModifiedTime()
The most recent time when the pricing plan was modified.
public PricingPlanListElement.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PricingPlanListElement.Builder,PricingPlanListElement>public static PricingPlanListElement.Builder builder()
public static Class<? extends PricingPlanListElement.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.