@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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. | 
| 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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public DescribeStreamResult clone()