@Generated(value="software.amazon.awssdk:codegen") public final class DatasetActionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetActionSummary.Builder,DatasetActionSummary>
Information about the action that automatically creates the dataset's contents.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetActionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
actionName()
The name of the action that automatically creates the dataset's contents.
|
DatasetActionType |
actionType()
The type of action by which the dataset's contents are automatically created.
|
String |
actionTypeAsString()
The type of action by which the dataset's contents are automatically created.
|
static DatasetActionSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String actionName()
The name of the action that automatically creates the dataset's contents.
public final DatasetActionType actionType()
The type of action by which the dataset'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().
DatasetActionTypepublic final String actionTypeAsString()
The type of action by which the dataset'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().
DatasetActionTypepublic DatasetActionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatasetActionSummary.Builder,DatasetActionSummary>public static DatasetActionSummary.Builder builder()
public static Class<? extends DatasetActionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.