7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename DefaultValueT = Aws::Vector<Aws::String>>
50 void SetDefaultValue(DefaultValueT&& value) { m_defaultValueHasBeenSet =
true; m_defaultValue = std::forward<DefaultValueT>(value); }
51 template<
typename DefaultValueT = Aws::Vector<Aws::String>>
53 template<
typename DefaultValueT = Aws::String>
64 template<
typename Re2ExpressionT = Aws::String>
65 void SetRe2Expression(Re2ExpressionT&& value) { m_re2ExpressionHasBeenSet =
true; m_re2Expression = std::forward<Re2ExpressionT>(value); }
66 template<
typename Re2ExpressionT = Aws::String>
77 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
87 template<
typename ExpressionDescriptionT = Aws::String>
88 void SetExpressionDescription(ExpressionDescriptionT&& value) { m_expressionDescriptionHasBeenSet =
true; m_expressionDescription = std::forward<ExpressionDescriptionT>(value); }
89 template<
typename ExpressionDescriptionT = Aws::String>
95 bool m_defaultValueHasBeenSet =
false;
98 bool m_re2ExpressionHasBeenSet =
false;
101 bool m_maxItemsHasBeenSet =
false;
104 bool m_expressionDescriptionHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetDefaultValue() const
bool MaxItemsHasBeenSet() const
void SetRe2Expression(Re2ExpressionT &&value)
StringListConfigurationOptions & AddDefaultValue(DefaultValueT &&value)
StringListConfigurationOptions & WithDefaultValue(DefaultValueT &&value)
AWS_SECURITYHUB_API StringListConfigurationOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetExpressionDescription() const
AWS_SECURITYHUB_API StringListConfigurationOptions()=default
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRe2Expression() const
bool Re2ExpressionHasBeenSet() const
bool ExpressionDescriptionHasBeenSet() const
bool DefaultValueHasBeenSet() const
void SetExpressionDescription(ExpressionDescriptionT &&value)
StringListConfigurationOptions & WithRe2Expression(Re2ExpressionT &&value)
StringListConfigurationOptions & WithExpressionDescription(ExpressionDescriptionT &&value)
void SetDefaultValue(DefaultValueT &&value)
StringListConfigurationOptions & WithMaxItems(int value)
AWS_SECURITYHUB_API StringListConfigurationOptions(Aws::Utils::Json::JsonView jsonValue)
void SetMaxItems(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue