public class GetShardIteratorResult
extends java.lang.Object
implements java.io.Serializable
Represents the output for GetShardIterator
.
Constructor and Description |
---|
GetShardIteratorResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getShardIterator()
The position in the shard from which to start reading data records
sequentially.
|
int |
hashCode() |
void |
setShardIterator(java.lang.String shardIterator)
The position in the shard from which to start reading data records
sequentially.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetShardIteratorResult |
withShardIterator(java.lang.String shardIterator)
The position in the shard from which to start reading data records
sequentially.
|
public java.lang.String getShardIterator()
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.
Constraints:
Length: 1 - 512
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 void setShardIterator(java.lang.String 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.
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(java.lang.String 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.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.