Interface GetLogObjectResponseStream
- All Superinterfaces:
SdkPojo
- All Known Implementing Classes:
DefaultFields,FieldsData
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface GetLogObjectResponseStream
extends SdkPojo
Base interface for all event types in GetLogObjectResponseStream.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe known possible types of events forGetLogObjectResponseStream. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GetLogObjectResponseStreamSpecial type ofGetLogObjectResponseStreamfor unknown types of events that this version of the SDK does not know about -
Method Summary
Modifier and TypeMethodDescriptionvoidCalls the appropriate visit method depending on the subtype ofGetLogObjectResponseStream.static FieldsData.BuilderCreate a builder for thefieldsevent type for this stream.The type of this event.Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Field Details
-
UNKNOWN
Special type ofGetLogObjectResponseStreamfor unknown types of events that this version of the SDK does not know about
-
-
Method Details
-
fieldsBuilder
Create a builder for thefieldsevent type for this stream. -
sdkEventType
The type of this event. Corresponds to the:event-typeheader on the Message. -
accept
Calls the appropriate visit method depending on the subtype ofGetLogObjectResponseStream.- Parameters:
visitor- Visitor to invoke.
-