@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HashKeyRange extends Object implements Serializable, Cloneable
The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
Constructor and Description |
---|
HashKeyRange() |
Modifier and Type | Method and Description |
---|---|
HashKeyRange |
clone() |
boolean |
equals(Object obj) |
String |
getEndingHashKey()
The ending hash key of the hash key range.
|
String |
getStartingHashKey()
The starting hash key of the hash key range.
|
int |
hashCode() |
void |
setEndingHashKey(String endingHashKey)
The ending hash key of the hash key range.
|
void |
setStartingHashKey(String startingHashKey)
The starting hash key of the hash key range.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
HashKeyRange |
withEndingHashKey(String endingHashKey)
The ending hash key of the hash key range.
|
HashKeyRange |
withStartingHashKey(String startingHashKey)
The starting hash key of the hash key range.
|
public void setStartingHashKey(String startingHashKey)
The starting hash key of the hash key range.
startingHashKey
- The starting hash key of the hash key range.public String getStartingHashKey()
The starting hash key of the hash key range.
public HashKeyRange withStartingHashKey(String startingHashKey)
The starting hash key of the hash key range.
startingHashKey
- The starting hash key of the hash key range.public void setEndingHashKey(String endingHashKey)
The ending hash key of the hash key range.
endingHashKey
- The ending hash key of the hash key range.public String getEndingHashKey()
The ending hash key of the hash key range.
public HashKeyRange withEndingHashKey(String endingHashKey)
The ending hash key of the hash key range.
endingHashKey
- The ending hash key of the hash key range.public String toString()
toString
in class Object
Object.toString()
public HashKeyRange clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.