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>
51 template<
typename NameT = Aws::String>
52 void SetName(
NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
53 template<
typename NameT = Aws::String>
65 template<
typename IdT = Aws::String>
66 void SetId(
IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
67 template<
typename IdT = Aws::String>
77 template<
typename ARNT = Aws::String>
78 void SetARN(
ARNT&& value) { m_aRNHasBeenSet =
true; m_aRN = std::forward<ARNT>(value); }
79 template<
typename ARNT = Aws::String>
89 template<
typename DescriptionT = Aws::String>
91 template<
typename DescriptionT = Aws::String>
101 template<
typename RegularExpressionListT = Aws::Vector<Regex>>
103 template<
typename RegularExpressionListT = Aws::Vector<Regex>>
105 template<
typename RegularExpressionListT = Regex>
111 bool m_nameHasBeenSet =
false;
114 bool m_idHasBeenSet =
false;
117 bool m_aRNHasBeenSet =
false;
120 bool m_descriptionHasBeenSet =
false;
123 bool m_regularExpressionListHasBeenSet =
false;
bool DescriptionHasBeenSet() const
AWS_WAFV2_API RegexPatternSet(Aws::Utils::Json::JsonView jsonValue)
bool ARNHasBeenSet() const
bool RegularExpressionListHasBeenSet() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WAFV2_API RegexPatternSet()=default
AWS_WAFV2_API RegexPatternSet & operator=(Aws::Utils::Json::JsonView jsonValue)
RegexPatternSet & WithDescription(DescriptionT &&value)
RegexPatternSet & WithId(IdT &&value)
void SetRegularExpressionList(RegularExpressionListT &&value)
void SetARN(ARNT &&value)
RegexPatternSet & AddRegularExpressionList(RegularExpressionListT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetId() const
const Aws::String & GetName() const
const Aws::Vector< Regex > & GetRegularExpressionList() const
void SetDescription(DescriptionT &&value)
RegexPatternSet & WithName(NameT &&value)
bool NameHasBeenSet() const
const Aws::String & GetARN() const
RegexPatternSet & WithARN(ARNT &&value)
void SetName(NameT &&value)
bool IdHasBeenSet() const
RegexPatternSet & WithRegularExpressionList(RegularExpressionListT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue