@Generated(value="software.amazon.awssdk:codegen") public final class UpdateParallelDataResponse extends TranslateResponse implements ToCopyableBuilder<UpdateParallelDataResponse.Builder,UpdateParallelDataResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateParallelDataResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateParallelDataResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
latestUpdateAttemptAt()
The time that the most recent update was attempted.
|
ParallelDataStatus |
latestUpdateAttemptStatus()
The status of the parallel data update attempt.
|
String |
latestUpdateAttemptStatusAsString()
The status of the parallel data update attempt.
|
String |
name()
The name of the parallel data resource being updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateParallelDataResponse.Builder> |
serializableBuilderClass() |
ParallelDataStatus |
status()
The status of the parallel data resource that you are attempting to update.
|
String |
statusAsString()
The status of the parallel data resource that you are attempting to update.
|
UpdateParallelDataResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the parallel data resource being updated.
public final ParallelDataStatus status()
The status of the parallel data resource that you are attempting to update. Your update request is accepted only
if this status is either ACTIVE or FAILED.
If the service returns an enum value that is not available in the current SDK version, status will
return ParallelDataStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ACTIVE or FAILED.ParallelDataStatuspublic final String statusAsString()
The status of the parallel data resource that you are attempting to update. Your update request is accepted only
if this status is either ACTIVE or FAILED.
If the service returns an enum value that is not available in the current SDK version, status will
return ParallelDataStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ACTIVE or FAILED.ParallelDataStatuspublic final ParallelDataStatus latestUpdateAttemptStatus()
The status of the parallel data update attempt. When the updated parallel data resource is ready for you to use,
the status is ACTIVE.
If the service returns an enum value that is not available in the current SDK version,
latestUpdateAttemptStatus will return ParallelDataStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from latestUpdateAttemptStatusAsString().
ACTIVE.ParallelDataStatuspublic final String latestUpdateAttemptStatusAsString()
The status of the parallel data update attempt. When the updated parallel data resource is ready for you to use,
the status is ACTIVE.
If the service returns an enum value that is not available in the current SDK version,
latestUpdateAttemptStatus will return ParallelDataStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from latestUpdateAttemptStatusAsString().
ACTIVE.ParallelDataStatuspublic final Instant latestUpdateAttemptAt()
The time that the most recent update was attempted.
public UpdateParallelDataResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateParallelDataResponse.Builder,UpdateParallelDataResponse>toBuilder in class AwsResponsepublic static UpdateParallelDataResponse.Builder builder()
public static Class<? extends UpdateParallelDataResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.