Class DatasetSummary
- java.lang.Object
-
- software.amazon.awssdk.services.forecast.model.DatasetSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DatasetSummary.Builder,DatasetSummary>
@Generated("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.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDatasetSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DatasetSummary.Builderbuilder()InstantcreationTime()When the dataset was created.StringdatasetArn()The Amazon Resource Name (ARN) of the dataset.StringdatasetName()The name of the dataset.DatasetTypedatasetType()The dataset type.StringdatasetTypeAsString()The dataset type.Domaindomain()The domain associated with the dataset.StringdomainAsString()The domain associated with the dataset.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModificationTime()When you create a dataset,LastModificationTimeis the same asCreationTime.List<SdkField<?>>sdkFields()static Class<? extends DatasetSummary.Builder>serializableBuilderClass()DatasetSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
datasetArn
public final String datasetArn()
The Amazon Resource Name (ARN) of the dataset.
- Returns:
- The Amazon Resource Name (ARN) of the dataset.
-
datasetName
public final String datasetName()
The name of the dataset.
- Returns:
- The name of the dataset.
-
datasetType
public final DatasetType datasetType()
The dataset type.
If the service returns an enum value that is not available in the current SDK version,
datasetTypewill returnDatasetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdatasetTypeAsString().- Returns:
- The dataset type.
- See Also:
DatasetType
-
datasetTypeAsString
public final String datasetTypeAsString()
The dataset type.
If the service returns an enum value that is not available in the current SDK version,
datasetTypewill returnDatasetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdatasetTypeAsString().- Returns:
- The dataset type.
- See Also:
DatasetType
-
domain
public 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,
domainwill returnDomain.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdomainAsString().- Returns:
- The domain associated with the dataset.
- See Also:
Domain
-
domainAsString
public 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,
domainwill returnDomain.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdomainAsString().- Returns:
- The domain associated with the dataset.
- See Also:
Domain
-
creationTime
public final Instant creationTime()
When the dataset was created.
- Returns:
- When the dataset was created.
-
lastModificationTime
public final Instant lastModificationTime()
When you create a dataset,
LastModificationTimeis the same asCreationTime. While data is being imported to the dataset,LastModificationTimeis the current time of theListDatasetscall. After a CreateDatasetImportJob operation has finished,LastModificationTimeis when the import job completed or failed.- Returns:
- When you create a dataset,
LastModificationTimeis the same asCreationTime. While data is being imported to the dataset,LastModificationTimeis the current time of theListDatasetscall. After a CreateDatasetImportJob operation has finished,LastModificationTimeis when the import job completed or failed.
-
toBuilder
public DatasetSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DatasetSummary.Builder,DatasetSummary>
-
builder
public static DatasetSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends DatasetSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-