@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) |
boolean |
equalsBySdkFields(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.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final 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 AwsResponse
public static DescribeStreamResponse.Builder builder()
public static Class<? extends DescribeStreamResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2023. All rights reserved.