@Generated(value="software.amazon.awssdk:codegen") public final class ReprocessingSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReprocessingSummary.Builder,ReprocessingSummary>
Information about pipeline reprocessing.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReprocessingSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReprocessingSummary.Builder |
builder() |
Instant |
creationTime()
The time the pipeline reprocessing was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The
reprocessingId returned by StartPipelineReprocessing. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReprocessingSummary.Builder> |
serializableBuilderClass() |
ReprocessingStatus |
status()
The status of the pipeline reprocessing.
|
String |
statusAsString()
The status of the pipeline reprocessing.
|
ReprocessingSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The reprocessingId returned by StartPipelineReprocessing.
reprocessingId returned by StartPipelineReprocessing.public final ReprocessingStatus status()
The status of the pipeline reprocessing.
If the service returns an enum value that is not available in the current SDK version, status will
return ReprocessingStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ReprocessingStatuspublic final String statusAsString()
The status of the pipeline reprocessing.
If the service returns an enum value that is not available in the current SDK version, status will
return ReprocessingStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ReprocessingStatuspublic final Instant creationTime()
The time the pipeline reprocessing was created.
public ReprocessingSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReprocessingSummary.Builder,ReprocessingSummary>public static ReprocessingSummary.Builder builder()
public static Class<? extends ReprocessingSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.