@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String streamId()
The stream ID.
public String streamArn()
The stream ARN.
public Integer streamVersion()
The stream version.
public String description()
A description of the stream.
public StreamSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StreamSummary.Builder,StreamSummary>
public static StreamSummary.Builder builder()
public static Class<? extends StreamSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.