public class GetShardIteratorResult extends Object implements Serializable, Cloneable
Represents the output for GetShardIterator
.
Constructor and Description |
---|
GetShardIteratorResult() |
Modifier and Type | Method and Description |
---|---|
GetShardIteratorResult |
clone() |
boolean |
equals(Object obj) |
String |
getShardIterator()
The position in the shard from which to start reading data records
sequentially.
|
int |
hashCode() |
void |
setShardIterator(String shardIterator)
The position in the shard from which to start reading data records
sequentially.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetShardIteratorResult |
withShardIterator(String shardIterator)
The position in the shard from which to start reading data records
sequentially.
|
public String getShardIterator()
Constraints:
Length: 1 - 512
public void setShardIterator(String shardIterator)
Constraints:
Length: 1 - 512
shardIterator
- The position in the shard from which to start reading data records
sequentially. A shard iterator specifies this position using the
sequence number of a data record in a shard.public GetShardIteratorResult withShardIterator(String shardIterator)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 512
shardIterator
- The position in the shard from which to start reading data records
sequentially. A shard iterator specifies this position using the
sequence number of a data record in a shard.public String toString()
toString
in class Object
Object.toString()
public GetShardIteratorResult clone()
Copyright © 2015. All rights reserved.