@Generated(value="software.amazon.awssdk:codegen") public final class StreamSessionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StreamSessionSummary.Builder,StreamSessionSummary>
Summary information about a stream session.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StreamSessionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StreamSessionSummary.Builder |
builder() |
Instant |
endTime()
Time when the channel went offline.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Boolean |
hasErrorEvent()
If
true, this stream encountered a quota breach or failure. |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StreamSessionSummary.Builder> |
serializableBuilderClass() |
Instant |
startTime()
Time when the channel went live.
|
String |
streamId()
Unique identifier for a live or previously live stream in the specified channel.
|
StreamSessionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant endTime()
Time when the channel went offline. This is an ISO 8601 timestamp; note that this is returned as a string.
For live streams, this is NULL.
NULL.public final Boolean hasErrorEvent()
If true, this stream encountered a quota breach or failure.
true, this stream encountered a quota breach or failure.public final Instant startTime()
Time when the channel went live. This is an ISO 8601 timestamp; note that this is returned as a string.
public final String streamId()
Unique identifier for a live or previously live stream in the specified channel.
public StreamSessionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StreamSessionSummary.Builder,StreamSessionSummary>public static StreamSessionSummary.Builder builder()
public static Class<? extends StreamSessionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.