7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename DefaultValueT = Aws::String>
49 void SetDefaultValue(DefaultValueT&& value) { m_defaultValueHasBeenSet =
true; m_defaultValue = std::forward<DefaultValueT>(value); }
50 template<
typename DefaultValueT = Aws::String>
61 template<
typename Re2ExpressionT = Aws::String>
62 void SetRe2Expression(Re2ExpressionT&& value) { m_re2ExpressionHasBeenSet =
true; m_re2Expression = std::forward<Re2ExpressionT>(value); }
63 template<
typename Re2ExpressionT = Aws::String>
73 template<
typename ExpressionDescriptionT = Aws::String>
74 void SetExpressionDescription(ExpressionDescriptionT&& value) { m_expressionDescriptionHasBeenSet =
true; m_expressionDescription = std::forward<ExpressionDescriptionT>(value); }
75 template<
typename ExpressionDescriptionT = Aws::String>
81 bool m_defaultValueHasBeenSet =
false;
84 bool m_re2ExpressionHasBeenSet =
false;
87 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