Class EndEvent
- java.lang.Object
-
- software.amazon.awssdk.services.s3.model.EndEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,SelectObjectContentEventStream,ToCopyableBuilder<EndEvent.Builder,EndEvent>
- Direct Known Subclasses:
DefaultEnd
@Generated("software.amazon.awssdk:codegen") public class EndEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EndEvent.Builder,EndEvent>, SelectObjectContentEventStream
A message that indicates the request is complete and no more messages will be sent. You should not assume that the request is complete until the client receives an
EndEvent.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEndEvent.Builderprotected static classEndEvent.BuilderImpl-
Nested classes/interfaces inherited from interface software.amazon.awssdk.services.s3.model.SelectObjectContentEventStream
SelectObjectContentEventStream.EventType
-
-
Field Summary
-
Fields inherited from interface software.amazon.awssdk.services.s3.model.SelectObjectContentEventStream
UNKNOWN
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEndEvent(EndEvent.BuilderImpl builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(SelectObjectContentResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofEndEvent.static EndEvent.Builderbuilder()EndEventcopy(Consumer<? super EndEvent.Builder> modifier)booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends EndEvent.Builder>serializableBuilderClass()EndEvent.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.services.s3.model.SelectObjectContentEventStream
sdkEventType
-
-
-
-
Constructor Detail
-
EndEvent
protected EndEvent(EndEvent.BuilderImpl builder)
-
-
Method Detail
-
toBuilder
public EndEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EndEvent.Builder,EndEvent>
-
builder
public static EndEvent.Builder builder()
-
serializableBuilderClass
public static Class<? extends EndEvent.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
copy
public final EndEvent copy(Consumer<? super EndEvent.Builder> modifier)
- Specified by:
copyin interfaceToCopyableBuilder<EndEvent.Builder,EndEvent>
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
accept
public void accept(SelectObjectContentResponseHandler.Visitor visitor)
Calls the appropriate visit method depending on the subtype ofEndEvent.- Specified by:
acceptin interfaceSelectObjectContentEventStream- Parameters:
visitor- Visitor to invoke.
-
-