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 Classes Modifier and Type Interface Description static classGetLogObjectResponseStream.EventTypeThe known possible types of events forGetLogObjectResponseStream.
-
Field Summary
Fields Modifier and Type Field Description static GetLogObjectResponseStreamUNKNOWNSpecial type ofGetLogObjectResponseStreamfor unknown types of events that this version of the SDK does not know about
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidaccept(GetLogObjectResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofGetLogObjectResponseStream.static FieldsData.BuilderfieldsBuilder()Create a builder for thefieldsevent type for this stream.default GetLogObjectResponseStream.EventTypesdkEventType()The type of this event.-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Field Detail
-
UNKNOWN
static final GetLogObjectResponseStream UNKNOWN
Special type ofGetLogObjectResponseStreamfor unknown types of events that this version of the SDK does not know about
-
-
Method Detail
-
fieldsBuilder
static FieldsData.Builder fieldsBuilder()
Create a builder for thefieldsevent type for this stream.
-
sdkEventType
default GetLogObjectResponseStream.EventType sdkEventType()
The type of this event. Corresponds to the:event-typeheader on the Message.
-
accept
void accept(GetLogObjectResponseHandler.Visitor visitor)
Calls the appropriate visit method depending on the subtype ofGetLogObjectResponseStream.- Parameters:
visitor- Visitor to invoke.
-
-