@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String id()
The 'reprocessingId' returned by "StartPipelineReprocessing".
public 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 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 Instant creationTime()
The time the pipeline reprocessing was created.
public ReprocessingSummary.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ReprocessingSummary.Builder,ReprocessingSummary>public static ReprocessingSummary.Builder builder()
public static Class<? extends ReprocessingSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.