@Generated(value="software.amazon.awssdk:codegen") public final class DatasetContentStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetContentStatus.Builder,DatasetContentStatus>
The state of the dataset contents and the reason they are in this state.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetContentStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatasetContentStatus.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
reason()
The reason the dataset contents are in this state.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetContentStatus.Builder> |
serializableBuilderClass() |
DatasetContentState |
state()
The state of the dataset contents.
|
String |
stateAsString()
The state of the dataset contents.
|
DatasetContentStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DatasetContentState state()
The state of the dataset contents. Can be one of READY, CREATING, SUCCEEDED, or FAILED.
If the service returns an enum value that is not available in the current SDK version, state will return
DatasetContentState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
DatasetContentStatepublic final String stateAsString()
The state of the dataset contents. Can be one of READY, CREATING, SUCCEEDED, or FAILED.
If the service returns an enum value that is not available in the current SDK version, state will return
DatasetContentState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
DatasetContentStatepublic final String reason()
The reason the dataset contents are in this state.
public DatasetContentStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatasetContentStatus.Builder,DatasetContentStatus>public static DatasetContentStatus.Builder builder()
public static Class<? extends DatasetContentStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.