Class DefaultFields
java.lang.Object
software.amazon.awssdk.services.cloudwatchlogs.model.FieldsData
software.amazon.awssdk.services.cloudwatchlogs.model.getlogobjectresponsestream.DefaultFields
- All Implemented Interfaces:
Serializable,SdkPojo,GetLogObjectResponseStream,ToCopyableBuilder<FieldsData.Builder,FieldsData>
@SdkInternalApi
@Generated("software.amazon.awssdk:codegen")
public final class DefaultFields
extends FieldsData
A specialization of
software.amazon.awssdk.services.cloudwatchlogs.model.FieldsData that represents the
GetLogObjectResponseStream$fields event. Do not use this class directly. Instead, use the static builder
methods on GetLogObjectResponseStream.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.GetLogObjectResponseStream
GetLogObjectResponseStream.EventType -
Field Summary
Fields inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.GetLogObjectResponseStream
UNKNOWN -
Method Summary
Modifier and TypeMethodDescriptionvoidCalls the appropriate visit method depending on the subtype ofFieldsData.static DefaultFields.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.FieldsData
copy, data, equals, equalsBySdkFields, getValueForField, hashCode, sdkFieldNameToField, sdkFields, serializableBuilderClass, 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<FieldsData.Builder,FieldsData> - Overrides:
toBuilderin classFieldsData- Returns:
- a builder for type T
-
builder
-
accept
Description copied from class:FieldsDataCalls the appropriate visit method depending on the subtype ofFieldsData.- Specified by:
acceptin interfaceGetLogObjectResponseStream- Overrides:
acceptin classFieldsData- Parameters:
visitor- Visitor to invoke.
-
sdkEventType
Description copied from interface:GetLogObjectResponseStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-