@Generated(value="software.amazon.awssdk:codegen") public class ProgressEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProgressEvent.Builder,ProgressEvent>, SelectObjectContentEventStream
This data type contains information about the progress event of an operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProgressEvent.Builder |
protected static class |
ProgressEvent.BuilderImpl |
SelectObjectContentEventStream.EventTypeUNKNOWN| Modifier | Constructor and Description |
|---|---|
protected |
ProgressEvent(ProgressEvent.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SelectObjectContentResponseHandler.Visitor visitor)
Calls the appropriate visit method depending on the subtype of
ProgressEvent. |
static ProgressEvent.Builder |
builder() |
ProgressEvent |
copy(Consumer<? super ProgressEvent.Builder> modifier) |
Progress |
details()
The Progress event details.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProgressEvent.Builder> |
serializableBuilderClass() |
ProgressEvent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcontBuilder, endBuilder, progressBuilder, recordsBuilder, sdkEventType, statsBuilderprotected ProgressEvent(ProgressEvent.BuilderImpl builder)
public final Progress details()
The Progress event details.
public ProgressEvent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProgressEvent.Builder,ProgressEvent>public static ProgressEvent.Builder builder()
public static Class<? extends ProgressEvent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final ProgressEvent copy(Consumer<? super ProgressEvent.Builder> modifier)
copy in interface ToCopyableBuilder<ProgressEvent.Builder,ProgressEvent>public void accept(SelectObjectContentResponseHandler.Visitor visitor)
ProgressEvent.accept in interface SelectObjectContentEventStreamvisitor - Visitor to invoke.Copyright © 2022. All rights reserved.