@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 String name()
The name of the parallel data resource being updated.
public 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 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 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 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 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.