@Generated(value="software.amazon.awssdk:codegen") public final class DatasetGroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetGroupSummary.Builder,DatasetGroupSummary>
Provides a summary of the properties of a dataset group. For a complete listing, call the DescribeDatasetGroup API.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetGroupSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatasetGroupSummary.Builder |
builder() |
Instant |
creationDateTime()
The date and time (in Unix time) that the dataset group was created.
|
String |
datasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If creating a dataset group fails, the reason behind the failure.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The date and time (in Unix time) that the dataset group was last updated.
|
String |
name()
The name of the dataset group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetGroupSummary.Builder> |
serializableBuilderClass() |
String |
status()
The status of the dataset group.
|
DatasetGroupSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the dataset group.
public String datasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group.
public String status()
The status of the dataset group.
A dataset group can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING
A dataset group can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING
public Instant creationDateTime()
The date and time (in Unix time) that the dataset group was created.
public Instant lastUpdatedDateTime()
The date and time (in Unix time) that the dataset group was last updated.
public String failureReason()
If creating a dataset group fails, the reason behind the failure.
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.