@Generated(value="software.amazon.awssdk:codegen") public final class Datapoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Datapoint.Builder,Datapoint>
Represents a single value in the forecast data used for predictive scaling.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Datapoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Datapoint.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Datapoint.Builder> |
serializableBuilderClass() |
Instant |
timestamp()
The time stamp for the data point in UTC format.
|
Datapoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Double |
value()
The value of the data point.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant timestamp()
The time stamp for the data point in UTC format.
public final Double value()
The value of the data point.
public Datapoint.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Datapoint.Builder,Datapoint>public static Datapoint.Builder builder()
public static Class<? extends Datapoint.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.