7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
42 template <
typename DefaultValueT = Aws::String>
44 m_defaultValueHasBeenSet =
true;
45 m_defaultValue = std::forward<DefaultValueT>(value);
47 template <
typename DefaultValueT = Aws::String>
61 template <
typename Re2ExpressionT = Aws::String>
63 m_re2ExpressionHasBeenSet =
true;
64 m_re2Expression = std::forward<Re2ExpressionT>(value);
66 template <
typename Re2ExpressionT = Aws::String>
79 template <
typename ExpressionDescriptionT = Aws::String>
81 m_expressionDescriptionHasBeenSet =
true;
82 m_expressionDescription = std::forward<ExpressionDescriptionT>(value);
84 template <
typename ExpressionDescriptionT = Aws::String>
96 bool m_defaultValueHasBeenSet =
false;
97 bool m_re2ExpressionHasBeenSet =
false;
98 bool m_expressionDescriptionHasBeenSet =
false;
bool ExpressionDescriptionHasBeenSet() const
const Aws::String & GetDefaultValue() const
void SetDefaultValue(DefaultValueT &&value)
const Aws::String & GetRe2Expression() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool DefaultValueHasBeenSet() const
StringConfigurationOptions & WithExpressionDescription(ExpressionDescriptionT &&value)
AWS_SECURITYHUB_API StringConfigurationOptions()=default
AWS_SECURITYHUB_API StringConfigurationOptions(Aws::Utils::Json::JsonView jsonValue)
StringConfigurationOptions & WithDefaultValue(DefaultValueT &&value)
bool Re2ExpressionHasBeenSet() const
AWS_SECURITYHUB_API StringConfigurationOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetExpressionDescription() const
void SetRe2Expression(Re2ExpressionT &&value)
void SetExpressionDescription(ExpressionDescriptionT &&value)
StringConfigurationOptions & WithRe2Expression(Re2ExpressionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue