@Generated(value="software.amazon.awssdk:codegen") public final class WorkUnitRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorkUnitRange.Builder,WorkUnitRange>
Defines the valid range of work unit IDs for querying the execution service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkUnitRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorkUnitRange.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 WorkUnitRange.Builder> |
serializableBuilderClass() |
WorkUnitRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
workUnitIdMax()
Defines the maximum work unit ID in the range.
|
Long |
workUnitIdMin()
Defines the minimum work unit ID in the range.
|
String |
workUnitToken()
A work token used to query the execution service.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long workUnitIdMax()
Defines the maximum work unit ID in the range. The maximum value is inclusive.
public final Long workUnitIdMin()
Defines the minimum work unit ID in the range.
public final String workUnitToken()
A work token used to query the execution service.
public WorkUnitRange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WorkUnitRange.Builder,WorkUnitRange>public static WorkUnitRange.Builder builder()
public static Class<? extends WorkUnitRange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.