@Generated(value="software.amazon.awssdk:codegen") public final class MonotonicValues extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MonotonicValues.Builder,MonotonicValues>
Entity that comprises information on monotonic values in the data.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MonotonicValues.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MonotonicValues.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Monotonicity |
monotonicity()
Indicates the monotonicity of values.
|
String |
monotonicityAsString()
Indicates the monotonicity of values.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MonotonicValues.Builder> |
serializableBuilderClass() |
StatisticalIssueStatus |
status()
Indicates whether there is a potential data issue related to having monotonic values.
|
String |
statusAsString()
Indicates whether there is a potential data issue related to having monotonic values.
|
MonotonicValues.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final StatisticalIssueStatus status()
Indicates whether there is a potential data issue related to having monotonic values.
If the service returns an enum value that is not available in the current SDK version, status will
return StatisticalIssueStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
StatisticalIssueStatuspublic final String statusAsString()
Indicates whether there is a potential data issue related to having monotonic values.
If the service returns an enum value that is not available in the current SDK version, status will
return StatisticalIssueStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
StatisticalIssueStatuspublic final Monotonicity monotonicity()
Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.
If the service returns an enum value that is not available in the current SDK version, monotonicity will
return Monotonicity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
monotonicityAsString().
Monotonicitypublic final String monotonicityAsString()
Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.
If the service returns an enum value that is not available in the current SDK version, monotonicity will
return Monotonicity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
monotonicityAsString().
Monotonicitypublic MonotonicValues.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MonotonicValues.Builder,MonotonicValues>public static MonotonicValues.Builder builder()
public static Class<? extends MonotonicValues.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.