7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/inspector2/model/ContinuousIntegrationScanEvent.h>
10#include <aws/inspector2/model/RuleSetCategory.h>
50 template<
typename RuleSetCategoriesT = Aws::Vector<RuleSetCategory>>
51 void SetRuleSetCategories(RuleSetCategoriesT&& value) { m_ruleSetCategoriesHasBeenSet =
true; m_ruleSetCategories = std::forward<RuleSetCategoriesT>(value); }
52 template<
typename RuleSetCategoriesT = Aws::Vector<RuleSetCategory>>
70 bool m_ruleSetCategoriesHasBeenSet =
false;
73 bool m_supportedEventHasBeenSet =
false;
AWS_INSPECTOR2_API ProjectContinuousIntegrationScanConfiguration()=default
AWS_INSPECTOR2_API ProjectContinuousIntegrationScanConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RuleSetCategoriesHasBeenSet() const
const Aws::Vector< RuleSetCategory > & GetRuleSetCategories() const
ProjectContinuousIntegrationScanConfiguration & WithSupportedEvent(ContinuousIntegrationScanEvent value)
AWS_INSPECTOR2_API ProjectContinuousIntegrationScanConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool SupportedEventHasBeenSet() const
ProjectContinuousIntegrationScanConfiguration & WithRuleSetCategories(RuleSetCategoriesT &&value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
ContinuousIntegrationScanEvent GetSupportedEvent() const
void SetSupportedEvent(ContinuousIntegrationScanEvent value)
void SetRuleSetCategories(RuleSetCategoriesT &&value)
ProjectContinuousIntegrationScanConfiguration & AddRuleSetCategories(RuleSetCategory value)
ContinuousIntegrationScanEvent
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue