@Generated(value="software.amazon.awssdk:codegen") public final class StreamSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StreamSummary.Builder,StreamSummary>
A summary of a stream.
Modifier and Type | Class and Description |
---|---|
static interface |
StreamSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static StreamSummary.Builder |
builder() |
String |
description()
A description of the stream.
|
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 StreamSummary.Builder> |
serializableBuilderClass() |
String |
streamArn()
The stream ARN.
|
String |
streamId()
The stream ID.
|
Integer |
streamVersion()
The stream version.
|
StreamSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String streamId()
The stream ID.
public final String streamArn()
The stream ARN.
public final Integer streamVersion()
The stream version.
public final String description()
A description of the stream.
public StreamSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<StreamSummary.Builder,StreamSummary>
public static StreamSummary.Builder builder()
public static Class<? extends StreamSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.