@Generated(value="software.amazon.awssdk:codegen") public final class DatasetDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetDescription.Builder,DatasetDescription>
A description for a dataset. For more information, see DescribeDataset.
The status fields Status, StatusMessage, and StatusMessageCode reflect the
last operation on the dataset.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatasetDescription.Builder |
builder() |
Instant |
creationTimestamp()
The Unix timestamp for the time and date that the dataset was created.
|
DatasetStats |
datasetStats()
The status message code for the dataset.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedTimestamp()
The Unix timestamp for the date and time that the dataset was last updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetDescription.Builder> |
serializableBuilderClass() |
DatasetStatus |
status()
The status of the dataset.
|
String |
statusAsString()
The status of the dataset.
|
String |
statusMessage()
The status message for the dataset.
|
DatasetStatusMessageCode |
statusMessageCode()
The status message code for the dataset operation.
|
String |
statusMessageCodeAsString()
The status message code for the dataset operation.
|
DatasetDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant creationTimestamp()
The Unix timestamp for the time and date that the dataset was created.
public final Instant lastUpdatedTimestamp()
The Unix timestamp for the date and time that the dataset was last updated.
public final DatasetStatus status()
The status of the dataset.
If the service returns an enum value that is not available in the current SDK version, status will
return DatasetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DatasetStatuspublic final String statusAsString()
The status of the dataset.
If the service returns an enum value that is not available in the current SDK version, status will
return DatasetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DatasetStatuspublic final String statusMessage()
The status message for the dataset.
public final DatasetStatusMessageCode statusMessageCode()
The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.
If the service returns an enum value that is not available in the current SDK version, statusMessageCode
will return DatasetStatusMessageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusMessageCodeAsString().
DatasetStatusMessageCodepublic final String statusMessageCodeAsString()
The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.
If the service returns an enum value that is not available in the current SDK version, statusMessageCode
will return DatasetStatusMessageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusMessageCodeAsString().
DatasetStatusMessageCodepublic final DatasetStats datasetStats()
The status message code for the dataset.
public DatasetDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatasetDescription.Builder,DatasetDescription>public static DatasetDescription.Builder builder()
public static Class<? extends DatasetDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.