@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Double |
value()
The value of the data point.
|
copypublic Instant timestamp()
The time stamp for the data point in UTC format.
public Double value()
The value of the data point.
public Datapoint.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Datapoint.Builder,Datapoint>public static Datapoint.Builder builder()
public static Class<? extends Datapoint.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.