@Generated(value="software.amazon.awssdk:codegen") public final class TopBottomMoversComputation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TopBottomMoversComputation.Builder,TopBottomMoversComputation>
The top movers and bottom movers computation setup.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TopBottomMoversComputation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TopBottomMoversComputation.Builder |
builder() |
DimensionField |
category()
The category field that is used in a computation.
|
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() |
Integer |
moverSize()
The mover size setup of the top and bottom movers computation.
|
String |
name()
The name of a computation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TopBottomMoversComputation.Builder> |
serializableBuilderClass() |
TopBottomSortOrder |
sortOrder()
The sort order setup of the top and bottom movers computation.
|
String |
sortOrderAsString()
The sort order setup of the top and bottom movers computation.
|
DimensionField |
time()
The time field that is used in a computation.
|
TopBottomMoversComputation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TopBottomComputationType |
type()
The computation type.
|
String |
typeAsString()
The computation type.
|
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 DimensionField category()
The category field that is used in a computation.
public final MeasureField value()
The value field that is used in a computation.
public final Integer moverSize()
The mover size setup of the top and bottom movers computation.
public final TopBottomSortOrder sortOrder()
The sort order setup of the top and bottom movers computation.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return TopBottomSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
TopBottomSortOrderpublic final String sortOrderAsString()
The sort order setup of the top and bottom movers computation.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return TopBottomSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
TopBottomSortOrderpublic final TopBottomComputationType type()
The computation type. Choose from the following options:
TOP: Top movers computation.
BOTTOM: Bottom movers computation.
If the service returns an enum value that is not available in the current SDK version, type will return
TopBottomComputationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
TOP: Top movers computation.
BOTTOM: Bottom movers computation.
TopBottomComputationTypepublic final String typeAsString()
The computation type. Choose from the following options:
TOP: Top movers computation.
BOTTOM: Bottom movers computation.
If the service returns an enum value that is not available in the current SDK version, type will return
TopBottomComputationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
TOP: Top movers computation.
BOTTOM: Bottom movers computation.
TopBottomComputationTypepublic TopBottomMoversComputation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TopBottomMoversComputation.Builder,TopBottomMoversComputation>public static TopBottomMoversComputation.Builder builder()
public static Class<? extends TopBottomMoversComputation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.