7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/wafv2/model/Regex.h>
53 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
68 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
69 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
82 inline void SetARN(
Aws::String&& value) { m_aRNHasBeenSet =
true; m_aRN = std::move(value); }
83 inline void SetARN(
const char* value) { m_aRNHasBeenSet =
true; m_aRN.assign(value); }
97 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
119 bool m_nameHasBeenSet =
false;
122 bool m_idHasBeenSet =
false;
125 bool m_aRNHasBeenSet =
false;
128 bool m_descriptionHasBeenSet =
false;
131 bool m_regularExpressionListHasBeenSet =
false;
RegexPatternSet & WithRegularExpressionList(const Aws::Vector< Regex > &value)
void SetARN(const Aws::String &value)
RegexPatternSet & WithARN(const Aws::String &value)
bool DescriptionHasBeenSet() const
void SetRegularExpressionList(Aws::Vector< Regex > &&value)
RegexPatternSet & WithDescription(const char *value)
RegexPatternSet & WithDescription(const Aws::String &value)
RegexPatternSet & WithARN(const char *value)
void SetARN(const char *value)
AWS_WAFV2_API RegexPatternSet(Aws::Utils::Json::JsonView jsonValue)
bool ARNHasBeenSet() const
bool RegularExpressionListHasBeenSet() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
RegexPatternSet & AddRegularExpressionList(const Regex &value)
AWS_WAFV2_API RegexPatternSet()
AWS_WAFV2_API RegexPatternSet & operator=(Aws::Utils::Json::JsonView jsonValue)
RegexPatternSet & WithId(const Aws::String &value)
void SetDescription(Aws::String &&value)
RegexPatternSet & WithName(const Aws::String &value)
void SetId(const Aws::String &value)
RegexPatternSet & WithId(Aws::String &&value)
RegexPatternSet & WithName(Aws::String &&value)
void SetId(const char *value)
void SetId(Aws::String &&value)
const Aws::String & GetDescription() const
const Aws::String & GetId() const
const Aws::String & GetName() const
const Aws::Vector< Regex > & GetRegularExpressionList() const
void SetName(const Aws::String &value)
RegexPatternSet & AddRegularExpressionList(Regex &&value)
bool NameHasBeenSet() const
void SetRegularExpressionList(const Aws::Vector< Regex > &value)
const Aws::String & GetARN() const
void SetName(const char *value)
RegexPatternSet & WithName(const char *value)
RegexPatternSet & WithARN(Aws::String &&value)
void SetDescription(const char *value)
bool IdHasBeenSet() const
void SetARN(Aws::String &&value)
void SetName(Aws::String &&value)
RegexPatternSet & WithDescription(Aws::String &&value)
RegexPatternSet & WithRegularExpressionList(Aws::Vector< Regex > &&value)
RegexPatternSet & WithId(const char *value)
void SetDescription(const Aws::String &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