Class StatsEvent
java.lang.Object
software.amazon.awssdk.services.s3.model.StatsEvent
- All Implemented Interfaces:
Serializable,SdkPojo,SelectObjectContentEventStream,ToCopyableBuilder<StatsEvent.Builder,StatsEvent>
- Direct Known Subclasses:
DefaultStats
@Generated("software.amazon.awssdk:codegen")
public class StatsEvent
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<StatsEvent.Builder,StatsEvent>, SelectObjectContentEventStream
Container for the Stats Event.
- 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 ofStatsEvent.static StatsEvent.Builderbuilder()final StatsEventcopy(Consumer<? super StatsEvent.Builder> modifier) final Statsdetails()The Stats event details.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends StatsEvent.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
-
StatsEvent
-
-
Method Details
-
details
The Stats event details.
- Returns:
- The Stats event details.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<StatsEvent.Builder,StatsEvent>
-
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<StatsEvent.Builder,StatsEvent>
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
accept
Calls the appropriate visit method depending on the subtype ofStatsEvent.- Specified by:
acceptin interfaceSelectObjectContentEventStream- Parameters:
visitor- Visitor to invoke.
-