@Generated(value="software.amazon.awssdk:codegen") public final class TopBottomRankedComputation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TopBottomRankedComputation.Builder,TopBottomRankedComputation>
The top ranked and bottom ranked computation configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TopBottomRankedComputation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TopBottomRankedComputation.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() |
String |
name()
The name of a computation.
|
Integer |
resultSize()
The result size of a top and bottom ranked computation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TopBottomRankedComputation.Builder> |
serializableBuilderClass() |
TopBottomRankedComputation.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 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 resultSize()
The result size of a top and bottom ranked computation.
public final TopBottomComputationType type()
The computation type. Choose one of the following options:
TOP: A top ranked computation.
BOTTOM: A bottom ranked 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: A top ranked computation.
BOTTOM: A bottom ranked computation.
TopBottomComputationTypepublic final String typeAsString()
The computation type. Choose one of the following options:
TOP: A top ranked computation.
BOTTOM: A bottom ranked 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: A top ranked computation.
BOTTOM: A bottom ranked computation.
TopBottomComputationTypepublic TopBottomRankedComputation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TopBottomRankedComputation.Builder,TopBottomRankedComputation>public static TopBottomRankedComputation.Builder builder()
public static Class<? extends TopBottomRankedComputation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.