@Generated(value="software.amazon.awssdk:codegen") public final class AutomationRulesAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutomationRulesAction.Builder,AutomationRulesAction>
One or more actions to update finding fields if a finding matches the defined criteria of the rule.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutomationRulesAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AutomationRulesAction.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
AutomationRulesFindingFieldsUpdate |
findingFieldsUpdate()
Specifies that the automation rule action is an update to a finding field.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutomationRulesAction.Builder> |
serializableBuilderClass() |
AutomationRulesAction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
AutomationRulesActionType |
type()
Specifies that the rule action should update the
Types finding field. |
String |
typeAsString()
Specifies that the rule action should update the
Types finding field. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AutomationRulesActionType type()
Specifies that the rule action should update the Types finding field. The Types finding
field classifies findings in the format of namespace/category/classifier. For more information, see Types taxonomy for ASFF in the Security Hub User Guide.
If the service returns an enum value that is not available in the current SDK version, type will return
AutomationRulesActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Types finding field. The Types
finding field classifies findings in the format of namespace/category/classifier. For more information,
see Types taxonomy for ASFF in the Security Hub User Guide.AutomationRulesActionTypepublic final String typeAsString()
Specifies that the rule action should update the Types finding field. The Types finding
field classifies findings in the format of namespace/category/classifier. For more information, see Types taxonomy for ASFF in the Security Hub User Guide.
If the service returns an enum value that is not available in the current SDK version, type will return
AutomationRulesActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Types finding field. The Types
finding field classifies findings in the format of namespace/category/classifier. For more information,
see Types taxonomy for ASFF in the Security Hub User Guide.AutomationRulesActionTypepublic final AutomationRulesFindingFieldsUpdate findingFieldsUpdate()
Specifies that the automation rule action is an update to a finding field.
public AutomationRulesAction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutomationRulesAction.Builder,AutomationRulesAction>public static AutomationRulesAction.Builder builder()
public static Class<? extends AutomationRulesAction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.