@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 String datasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group.
public String datasetGroupName()
The name of the dataset group.
public Instant creationTime()
When the dataset group was created.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.