public class DescribeStreamResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a DescribeStream operation.
Constructor and Description |
---|
DescribeStreamResult() |
Modifier and Type | Method and Description |
---|---|
DescribeStreamResult |
clone() |
boolean |
equals(Object obj) |
StreamDescription |
getStreamDescription()
A complete description of the stream, including its creation date and
time, the DynamoDB table associated with the stream, the shard IDs within
the stream, and the beginning and ending sequence numbers of stream
records within the shards.
|
int |
hashCode() |
void |
setStreamDescription(StreamDescription streamDescription)
A complete description of the stream, including its creation date and
time, the DynamoDB table associated with the stream, the shard IDs within
the stream, and the beginning and ending sequence numbers of stream
records within the shards.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStreamResult |
withStreamDescription(StreamDescription streamDescription)
A complete description of the stream, including its creation date and
time, the DynamoDB table associated with the stream, the shard IDs within
the stream, and the beginning and ending sequence numbers of stream
records within the shards.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStreamDescription(StreamDescription streamDescription)
A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
streamDescription
- A complete description of the stream, including its creation date
and time, the DynamoDB table associated with the stream, the shard
IDs within the stream, and the beginning and ending sequence
numbers of stream records within the shards.public StreamDescription getStreamDescription()
A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
public DescribeStreamResult withStreamDescription(StreamDescription streamDescription)
A complete description of the stream, including its creation date and time, the DynamoDB table associated with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records within the shards.
streamDescription
- A complete description of the stream, including its creation date
and time, the DynamoDB table associated with the stream, the shard
IDs within the stream, and the beginning and ending sequence
numbers of stream records within the shards.public String toString()
toString
in class Object
Object.toString()
public DescribeStreamResult clone()
Copyright © 2016. All rights reserved.