7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/inspector2/model/RuleSetCategory.h>
50 template<
typename FrequencyExpressionT = Aws::String>
51 void SetFrequencyExpression(FrequencyExpressionT&& value) { m_frequencyExpressionHasBeenSet =
true; m_frequencyExpression = std::forward<FrequencyExpressionT>(value); }
52 template<
typename FrequencyExpressionT = Aws::String>
63 template<
typename RuleSetCategoriesT = Aws::Vector<RuleSetCategory>>
64 void SetRuleSetCategories(RuleSetCategoriesT&& value) { m_ruleSetCategoriesHasBeenSet =
true; m_ruleSetCategories = std::forward<RuleSetCategoriesT>(value); }
65 template<
typename RuleSetCategoriesT = Aws::Vector<RuleSetCategory>>
72 bool m_frequencyExpressionHasBeenSet =
false;
75 bool m_ruleSetCategoriesHasBeenSet =
false;
ProjectPeriodicScanConfiguration & WithFrequencyExpression(FrequencyExpressionT &&value)
bool FrequencyExpressionHasBeenSet() const
void SetFrequencyExpression(FrequencyExpressionT &&value)
ProjectPeriodicScanConfiguration & AddRuleSetCategories(RuleSetCategory value)
bool RuleSetCategoriesHasBeenSet() const
const Aws::String & GetFrequencyExpression() const
AWS_INSPECTOR2_API ProjectPeriodicScanConfiguration()=default
const Aws::Vector< RuleSetCategory > & GetRuleSetCategories() const
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRuleSetCategories(RuleSetCategoriesT &&value)
AWS_INSPECTOR2_API ProjectPeriodicScanConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ProjectPeriodicScanConfiguration & WithRuleSetCategories(RuleSetCategoriesT &&value)
AWS_INSPECTOR2_API ProjectPeriodicScanConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue