public class DescribeStreamResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a DescribeStream operation.
Modifier and Type | Field and Description |
---|---|
private 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.
|
Constructor and Description |
---|
DescribeStreamResult() |
Modifier and Type | Method and Description |
---|---|
DescribeStreamResult |
clone() |
boolean |
equals(java.lang.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.
|
java.lang.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.
|
private 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.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeStreamResult clone()
clone
in class java.lang.Object