Class DefaultSessionUpdate
java.lang.Object
software.amazon.awssdk.services.cloudwatchlogs.model.LiveTailSessionUpdate
software.amazon.awssdk.services.cloudwatchlogs.model.startlivetailresponsestream.DefaultSessionUpdate
- All Implemented Interfaces:
Serializable,SdkPojo,StartLiveTailResponseStream,ToCopyableBuilder<LiveTailSessionUpdate.Builder,LiveTailSessionUpdate>
@Generated("software.amazon.awssdk:codegen")
public final class DefaultSessionUpdate
extends LiveTailSessionUpdate
A specialization of
software.amazon.awssdk.services.cloudwatchlogs.model.LiveTailSessionUpdate that
represents the StartLiveTailResponseStream$sessionUpdate 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 TypeMethodDescriptionvoidCalls the appropriate visit method depending on the subtype ofLiveTailSessionUpdate.static DefaultSessionUpdate.Builderbuilder()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.LiveTailSessionUpdate
copy, equals, equalsBySdkFields, getValueForField, hashCode, hasSessionResults, sdkFields, serializableBuilderClass, sessionMetadata, sessionResults, toString
-
Method Details
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<LiveTailSessionUpdate.Builder,LiveTailSessionUpdate> - Overrides:
toBuilderin classLiveTailSessionUpdate- Returns:
- a builder for type T
-
builder
-
accept
Description copied from class:LiveTailSessionUpdateCalls the appropriate visit method depending on the subtype ofLiveTailSessionUpdate.- Specified by:
acceptin interfaceStartLiveTailResponseStream- Overrides:
acceptin classLiveTailSessionUpdate- Parameters:
visitor- Visitor to invoke.
-
sdkEventType
Description copied from interface:StartLiveTailResponseStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-