@Generated(value="software.amazon.awssdk:codegen") public final class DatasetActionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetActionSummary.Builder,DatasetActionSummary>
Modifier and Type | Class and Description |
---|---|
static interface |
DatasetActionSummary.Builder |
Modifier and Type | Method and Description |
---|---|
String |
actionName()
The name of the action which automatically creates the data set's contents.
|
DatasetActionType |
actionType()
The type of action by which the data set's contents are automatically created.
|
String |
actionTypeAsString()
The type of action by which the data set's contents are automatically created.
|
static DatasetActionSummary.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetActionSummary.Builder> |
serializableBuilderClass() |
DatasetActionSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String actionName()
The name of the action which automatically creates the data set's contents.
public DatasetActionType actionType()
The type of action by which the data set's contents are automatically created.
If the service returns an enum value that is not available in the current SDK version, actionType
will
return DatasetActionType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
actionTypeAsString()
.
DatasetActionType
public String actionTypeAsString()
The type of action by which the data set's contents are automatically created.
If the service returns an enum value that is not available in the current SDK version, actionType
will
return DatasetActionType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
actionTypeAsString()
.
DatasetActionType
public DatasetActionSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DatasetActionSummary.Builder,DatasetActionSummary>
public static DatasetActionSummary.Builder builder()
public static Class<? extends DatasetActionSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.