@Generated(value="software.amazon.awssdk:codegen") public final class GrowthRateComputation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GrowthRateComputation.Builder,GrowthRateComputation>
The growth rate computation configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GrowthRateComputation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GrowthRateComputation.Builder |
builder() |
String |
computationId()
The ID for a computation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of a computation.
|
Integer |
periodSize()
The period size setup of a growth rate computation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GrowthRateComputation.Builder> |
serializableBuilderClass() |
DimensionField |
time()
The time field that is used in a computation.
|
GrowthRateComputation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
MeasureField |
value()
The value field that is used in a computation.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String computationId()
The ID for a computation.
public final String name()
The name of a computation.
public final DimensionField time()
The time field that is used in a computation.
public final MeasureField value()
The value field that is used in a computation.
public final Integer periodSize()
The period size setup of a growth rate computation.
public GrowthRateComputation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GrowthRateComputation.Builder,GrowthRateComputation>public static GrowthRateComputation.Builder builder()
public static Class<? extends GrowthRateComputation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.