Class DatasetGroupSummary
- java.lang.Object
-
- software.amazon.awssdk.services.forecast.model.DatasetGroupSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DatasetGroupSummary.Builder,DatasetGroupSummary>
@Generated("software.amazon.awssdk:codegen") public final class DatasetGroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetGroupSummary.Builder,DatasetGroupSummary>
Provides a summary of the dataset group properties used in the ListDatasetGroups operation. To get the complete set of properties, call the DescribeDatasetGroup operation, and provide the
DatasetGroupArn.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDatasetGroupSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DatasetGroupSummary.Builderbuilder()InstantcreationTime()When the dataset group was created.StringdatasetGroupArn()The Amazon Resource Name (ARN) of the dataset group.StringdatasetGroupName()The name of the dataset group.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModificationTime()When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.List<SdkField<?>>sdkFields()static Class<? extends DatasetGroupSummary.Builder>serializableBuilderClass()DatasetGroupSummary.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
-
datasetGroupArn
public final String datasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group.
- Returns:
- The Amazon Resource Name (ARN) of the dataset group.
-
datasetGroupName
public final String datasetGroupName()
The name of the dataset group.
- Returns:
- The name of the dataset group.
-
creationTime
public final Instant creationTime()
When the dataset group was created.
- Returns:
- When the dataset group was created.
-
lastModificationTime
public final Instant lastModificationTime()
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While the dataset group is being updated,
LastModificationTimeis the current time of theListDatasetGroupscall.- Returns:
- When the dataset group was created or last updated from a call to the UpdateDatasetGroup
operation. While the dataset group is being updated,
LastModificationTimeis the current time of theListDatasetGroupscall.
-
toBuilder
public DatasetGroupSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DatasetGroupSummary.Builder,DatasetGroupSummary>
-
builder
public static DatasetGroupSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends DatasetGroupSummary.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.
-
-