@Generated(value="software.amazon.awssdk:codegen") public final class HashKeyRange extends Object implements StructuredPojo, ToCopyableBuilder<HashKeyRange.Builder,HashKeyRange>
The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HashKeyRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HashKeyRange.Builder |
builder() |
String |
endingHashKey()
The ending hash key of the hash key range.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends HashKeyRange.Builder> |
serializableBuilderClass() |
String |
startingHashKey()
The starting hash key of the hash key range.
|
HashKeyRange.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String startingHashKey()
The starting hash key of the hash key range.
public String endingHashKey()
The ending hash key of the hash key range.
public HashKeyRange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HashKeyRange.Builder,HashKeyRange>public static HashKeyRange.Builder builder()
public static Class<? extends HashKeyRange.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.