@Generated(value="software.amazon.awssdk:codegen") public final class DatasetContentStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetContentStatus.Builder,DatasetContentStatus>
The state of the data set 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
reason()
The reason the data set contents are in this state.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetContentStatus.Builder> |
serializableBuilderClass() |
DatasetContentState |
state()
The state of the data set contents.
|
String |
stateAsString()
The state of the data set contents.
|
DatasetContentStatus.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public DatasetContentState state()
The state of the data set 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()
.
DatasetContentState
public String stateAsString()
The state of the data set 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()
.
DatasetContentState
public String reason()
The reason the data set contents are in this state.
public DatasetContentStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DatasetContentStatus.Builder,DatasetContentStatus>
public static DatasetContentStatus.Builder builder()
public static Class<? extends DatasetContentStatus.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.