@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetGroupSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatasetGroupSummary.Builder |
builder() |
Instant |
creationTime()
When the dataset group was created.
|
String |
datasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group.
|
String |
datasetGroupName()
The name of the dataset group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModificationTime()
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String datasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group.
public final String datasetGroupName()
The name of the dataset group.
public final Instant creationTime()
When the dataset group was created.
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, LastModificationTime is the current time of the
ListDatasetGroups call.
LastModificationTime is the current
time of the ListDatasetGroups call.public DatasetGroupSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatasetGroupSummary.Builder,DatasetGroupSummary>public static DatasetGroupSummary.Builder builder()
public static Class<? extends DatasetGroupSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.