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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceprotected static classNested 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidCalls the appropriate visit method depending on the subtype ofEndEvent.static EndEvent.Builderbuilder()final EndEventcopy(Consumer<? super EndEvent.Builder> modifier) final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends EndEvent.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.services.s3.model.SelectObjectContentEventStream
sdkEventType
-
Constructor Details
-
EndEvent
-
-
Method Details
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<EndEvent.Builder,EndEvent>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
copy
- Specified by:
copyin interfaceToCopyableBuilder<EndEvent.Builder,EndEvent>
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
accept
Calls the appropriate visit method depending on the subtype ofEndEvent.- Specified by:
acceptin interfaceSelectObjectContentEventStream- Parameters:
visitor- Visitor to invoke.
-