Class DefaultSessionStart
java.lang.Object
software.amazon.awssdk.services.cloudwatchlogs.model.LiveTailSessionStart
software.amazon.awssdk.services.cloudwatchlogs.model.startlivetailresponsestream.DefaultSessionStart
- All Implemented Interfaces:
Serializable
,SdkPojo
,StartLiveTailResponseStream
,ToCopyableBuilder<LiveTailSessionStart.Builder,
LiveTailSessionStart>
@Generated("software.amazon.awssdk:codegen")
public final class DefaultSessionStart
extends LiveTailSessionStart
A specialization of
software.amazon.awssdk.services.cloudwatchlogs.model.LiveTailSessionStart
that represents
the StartLiveTailResponseStream$sessionStart
event. Do not use this class directly. Instead, use the static
builder methods on StartLiveTailResponseStream
.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.StartLiveTailResponseStream
StartLiveTailResponseStream.EventType
-
Field Summary
Fields inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.StartLiveTailResponseStream
UNKNOWN
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Calls the appropriate visit method depending on the subtype ofLiveTailSessionStart
.static DefaultSessionStart.Builder
builder()
The type of this event.Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class software.amazon.awssdk.services.cloudwatchlogs.model.LiveTailSessionStart
copy, equals, equalsBySdkFields, getValueForField, hashCode, hasLogGroupIdentifiers, hasLogStreamNamePrefixes, hasLogStreamNames, logEventFilterPattern, logGroupIdentifiers, logStreamNamePrefixes, logStreamNames, requestId, sdkFieldNameToField, sdkFields, serializableBuilderClass, sessionId, toString
-
Method Details
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<LiveTailSessionStart.Builder,
LiveTailSessionStart> - Overrides:
toBuilder
in classLiveTailSessionStart
- Returns:
- a builder for type T
-
builder
-
accept
Description copied from class:LiveTailSessionStart
Calls the appropriate visit method depending on the subtype ofLiveTailSessionStart
.- Specified by:
accept
in interfaceStartLiveTailResponseStream
- Overrides:
accept
in classLiveTailSessionStart
- Parameters:
visitor
- Visitor to invoke.
-
sdkEventType
Description copied from interface:StartLiveTailResponseStream
The type of this event. Corresponds to the:event-type
header on the Message.
-