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 ofsoftware.amazon.awssdk.services.cloudwatchlogs.model.LiveTailSessionStartthat represents theStartLiveTailResponseStream$sessionStartevent. Do not use this class directly. Instead, use the static builder methods onStartLiveTailResponseStream.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultSessionStart.Builder-
Nested 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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(StartLiveTailResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofLiveTailSessionStart.static DefaultSessionStart.Builderbuilder()StartLiveTailResponseStream.EventTypesdkEventType()The type of this event.DefaultSessionStart.BuildertoBuilder()-
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 Detail
-
toBuilder
public DefaultSessionStart.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LiveTailSessionStart.Builder,LiveTailSessionStart>- Overrides:
toBuilderin classLiveTailSessionStart
-
builder
public static DefaultSessionStart.Builder builder()
-
accept
public void accept(StartLiveTailResponseHandler.Visitor visitor)
Description copied from class:LiveTailSessionStartCalls the appropriate visit method depending on the subtype ofLiveTailSessionStart.- Specified by:
acceptin interfaceStartLiveTailResponseStream- Overrides:
acceptin classLiveTailSessionStart- Parameters:
visitor- Visitor to invoke.
-
sdkEventType
public StartLiveTailResponseStream.EventType sdkEventType()
Description copied from interface:StartLiveTailResponseStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-
-