Class DatasetActionSummary
- java.lang.Object
-
- software.amazon.awssdk.services.iotanalytics.model.DatasetActionSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DatasetActionSummary.Builder,DatasetActionSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDatasetActionSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringactionName()The name of the action that automatically creates the dataset's contents.DatasetActionTypeactionType()The type of action by which the dataset's contents are automatically created.StringactionTypeAsString()The type of action by which the dataset's contents are automatically created.static DatasetActionSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DatasetActionSummary.Builder>serializableBuilderClass()DatasetActionSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
actionName
public final String actionName()
The name of the action that automatically creates the dataset's contents.
- Returns:
- The name of the action that automatically creates the dataset's contents.
-
actionType
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,
actionTypewill returnDatasetActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionTypeAsString().- Returns:
- The type of action by which the dataset's contents are automatically created.
- See Also:
DatasetActionType
-
actionTypeAsString
public 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,
actionTypewill returnDatasetActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionTypeAsString().- Returns:
- The type of action by which the dataset's contents are automatically created.
- See Also:
DatasetActionType
-
toBuilder
public DatasetActionSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DatasetActionSummary.Builder,DatasetActionSummary>
-
builder
public static DatasetActionSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends DatasetActionSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-