@Generated(value="software.amazon.awssdk:codegen") public final class DatasetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetSummary.Builder,DatasetSummary>
Contains information about the specific data set, including name, ARN, and status.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatasetSummary.Builder |
builder() |
Instant |
createdAt()
The time at which the dataset was created in Amazon Lookout for Equipment.
|
String |
datasetArn()
The Amazon Resource Name (ARN) of the specified dataset.
|
String |
datasetName()
The name of the dataset.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetSummary.Builder> |
serializableBuilderClass() |
DatasetStatus |
status()
Indicates the status of the dataset.
|
String |
statusAsString()
Indicates the status of the dataset.
|
DatasetSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String datasetName()
The name of the dataset.
public final String datasetArn()
The Amazon Resource Name (ARN) of the specified dataset.
public final DatasetStatus status()
Indicates 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()
Indicates 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 Instant createdAt()
The time at which the dataset was created in Amazon Lookout for Equipment.
public DatasetSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatasetSummary.Builder,DatasetSummary>public static DatasetSummary.Builder builder()
public static Class<? extends DatasetSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.