@Generated(value="software.amazon.awssdk:codegen") public final class DatasetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetSummary.Builder,DatasetSummary>
Provides a summary of the dataset properties used in the ListDatasets operation. To get the
complete set of properties, call the DescribeDataset operation, and
provide the DatasetArn.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatasetSummary.Builder |
builder() |
Instant |
creationTime()
When the dataset was created.
|
String |
datasetArn()
The Amazon Resource Name (ARN) of the dataset.
|
String |
datasetName()
The name of the dataset.
|
DatasetType |
datasetType()
The dataset type.
|
String |
datasetTypeAsString()
The dataset type.
|
Domain |
domain()
The domain associated with the dataset.
|
String |
domainAsString()
The domain associated with the dataset.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModificationTime()
When you create a dataset,
LastModificationTime is the same as CreationTime. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetSummary.Builder> |
serializableBuilderClass() |
DatasetSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String datasetArn()
The Amazon Resource Name (ARN) of the dataset.
public final String datasetName()
The name of the dataset.
public final DatasetType datasetType()
The dataset type.
If the service returns an enum value that is not available in the current SDK version, datasetType will
return DatasetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
datasetTypeAsString().
DatasetTypepublic final String datasetTypeAsString()
The dataset type.
If the service returns an enum value that is not available in the current SDK version, datasetType will
return DatasetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
datasetTypeAsString().
DatasetTypepublic final Domain domain()
The domain associated with the dataset.
If the service returns an enum value that is not available in the current SDK version, domain will
return Domain.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
domainAsString().
Domainpublic final String domainAsString()
The domain associated with the dataset.
If the service returns an enum value that is not available in the current SDK version, domain will
return Domain.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
domainAsString().
Domainpublic final Instant creationTime()
When the dataset was created.
public final Instant lastModificationTime()
When you create a dataset, LastModificationTime is the same as CreationTime. While data
is being imported to the dataset, LastModificationTime is the current time of the
ListDatasets call. After a CreateDatasetImportJob
operation has finished, LastModificationTime is when the import job completed or failed.
LastModificationTime is the same as CreationTime.
While data is being imported to the dataset, LastModificationTime is the current time of the
ListDatasets call. After a CreateDatasetImportJob operation has finished, LastModificationTime is when the import
job completed or failed.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 © 2023. All rights reserved.