@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.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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
.ParallelDataStatus
public 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
.ParallelDataStatus
public 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
.ParallelDataStatus
public 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
.ParallelDataStatus
public 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 AwsResponse
public static UpdateParallelDataResponse.Builder builder()
public static Class<? extends UpdateParallelDataResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2021. All rights reserved.