/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include One or more actions to update finding fields if a finding matches the
* defined criteria of the rule. See Also:
AWS
* API Reference
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.
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.
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.
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.
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.
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.
Specifies that the automation rule action is an update to a finding field. *
*/ inline const AutomationRulesFindingFieldsUpdate& GetFindingFieldsUpdate() const{ return m_findingFieldsUpdate; } /** *Specifies that the automation rule action is an update to a finding field. *
*/ inline bool FindingFieldsUpdateHasBeenSet() const { return m_findingFieldsUpdateHasBeenSet; } /** *Specifies that the automation rule action is an update to a finding field. *
*/ inline void SetFindingFieldsUpdate(const AutomationRulesFindingFieldsUpdate& value) { m_findingFieldsUpdateHasBeenSet = true; m_findingFieldsUpdate = value; } /** *Specifies that the automation rule action is an update to a finding field. *
*/ inline void SetFindingFieldsUpdate(AutomationRulesFindingFieldsUpdate&& value) { m_findingFieldsUpdateHasBeenSet = true; m_findingFieldsUpdate = std::move(value); } /** *Specifies that the automation rule action is an update to a finding field. *
*/ inline AutomationRulesAction& WithFindingFieldsUpdate(const AutomationRulesFindingFieldsUpdate& value) { SetFindingFieldsUpdate(value); return *this;} /** *Specifies that the automation rule action is an update to a finding field. *
*/ inline AutomationRulesAction& WithFindingFieldsUpdate(AutomationRulesFindingFieldsUpdate&& value) { SetFindingFieldsUpdate(std::move(value)); return *this;} private: AutomationRulesActionType m_type; bool m_typeHasBeenSet = false; AutomationRulesFindingFieldsUpdate m_findingFieldsUpdate; bool m_findingFieldsUpdateHasBeenSet = false; }; } // namespace Model } // namespace SecurityHub } // namespace Aws