@Generated(value="software.amazon.awssdk:codegen") public final class DescribeStreamResponse extends DynamoDbStreamsResponse implements ToCopyableBuilder<DescribeStreamResponse.Builder,DescribeStreamResponse>
Represents the output of a DescribeStream operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeStreamResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeStreamResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeStreamResponse.Builder> |
serializableBuilderClass() |
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.
|
DescribeStreamResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 DescribeStreamResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeStreamResponse.Builder,DescribeStreamResponse>toBuilder in class AwsResponsepublic static DescribeStreamResponse.Builder builder()
public static Class<? extends DescribeStreamResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.