@Generated(value="software.amazon.awssdk:codegen") public final class StageSession extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StageSession.Builder,StageSession>
A stage session begins when the first participant joins a stage and ends after the last participant leaves the stage. A stage session helps with debugging stages by grouping events and participants into shorter periods of time (i.e., a session), which is helpful when stages are used over long periods of time.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StageSession.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StageSession.Builder |
builder() |
Instant |
endTime()
ISO 8601 timestamp (returned as a string) when the stage session ended.
|
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 StageSession.Builder> |
serializableBuilderClass() |
String |
sessionId()
ID of the session within the stage.
|
Instant |
startTime()
ISO 8601 timestamp (returned as a string) when this stage session began.
|
StageSession.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant endTime()
ISO 8601 timestamp (returned as a string) when the stage session ended. This is null if the stage is active.
public final String sessionId()
ID of the session within the stage.
public final Instant startTime()
ISO 8601 timestamp (returned as a string) when this stage session began.
public StageSession.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StageSession.Builder,StageSession>public static StageSession.Builder builder()
public static Class<? extends StageSession.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.