@Generated(value="software.amazon.awssdk:codegen") public final class DatasetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetSummary.Builder,DatasetSummary>
A summary of information about a data set.
Modifier and Type | Class and Description |
---|---|
static interface |
DatasetSummary.Builder |
Modifier and Type | Method and Description |
---|---|
List<DatasetActionSummary> |
actions()
A list of "DataActionSummary" objects.
|
static DatasetSummary.Builder |
builder() |
Instant |
creationTime()
The time the data set was created.
|
String |
datasetName()
The name of the data set.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdateTime()
The last time the data set was updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetSummary.Builder> |
serializableBuilderClass() |
DatasetStatus |
status()
The status of the data set.
|
String |
statusAsString()
The status of the data set.
|
DatasetSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
List<DatasetTrigger> |
triggers()
A list of triggers.
|
copy
public String datasetName()
The name of the data set.
public DatasetStatus status()
The status of the data set.
If the service returns an enum value that is not available in the current SDK version, status
will
return DatasetStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
DatasetStatus
public String statusAsString()
The status of the data set.
If the service returns an enum value that is not available in the current SDK version, status
will
return DatasetStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
DatasetStatus
public Instant creationTime()
The time the data set was created.
public Instant lastUpdateTime()
The last time the data set was updated.
public List<DatasetTrigger> triggers()
A list of triggers. A trigger causes data set content to be populated at a specified time interval or when another data set is populated. The list of triggers can be empty or contain up to five DataSetTrigger objects
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<DatasetActionSummary> actions()
A list of "DataActionSummary" objects.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DatasetSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DatasetSummary.Builder,DatasetSummary>
public static DatasetSummary.Builder builder()
public static Class<? extends DatasetSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.