@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetShardIteratorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a GetShardIterator
operation.
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 stream records sequentially.
|
int |
hashCode() |
void |
setShardIterator(String shardIterator)
The position in the shard from which to start reading stream records sequentially.
|
String |
toString()
Returns a string representation of this object.
|
GetShardIteratorResult |
withShardIterator(String shardIterator)
The position in the shard from which to start reading stream records sequentially.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setShardIterator(String 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.
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.public String 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.
public GetShardIteratorResult withShardIterator(String 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.
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.public String toString()
toString
in class Object
Object.toString()
public GetShardIteratorResult clone()
Copyright © 2020. All rights reserved.