Class GetShardIteratorResult
java.lang.Object
com.amazonaws.services.dynamodbv2.model.GetShardIteratorResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a GetShardIterator operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The position in the shard from which to start reading stream records sequentially.int
hashCode()
void
setShardIterator
(String shardIterator) The position in the shard from which to start reading stream records sequentially.toString()
Returns a string representation of this object; useful for testing and debugging.withShardIterator
(String shardIterator) The position in the shard from which to start reading stream records sequentially.
-
Constructor Details
-
GetShardIteratorResult
public GetShardIteratorResult()
-
-
Method Details
-
setShardIterator
The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.
- Parameters:
shardIterator
- The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.
-
getShardIterator
The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.
- Returns:
- The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.
-
withShardIterator
The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.
- Parameters:
shardIterator
- The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-