7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wafv2/model/FieldToMatch.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/wafv2/model/TextTransformation.h>
59 template<
typename ARNT = Aws::String>
60 void SetARN(
ARNT&& value) { m_aRNHasBeenSet =
true; m_aRN = std::forward<ARNT>(value); }
61 template<
typename ARNT = Aws::String>
71 template<
typename FieldToMatchT = FieldToMatch>
73 template<
typename FieldToMatchT = FieldToMatch>
90 template<
typename TextTransformationsT = Aws::Vector<TextTransformation>>
92 template<
typename TextTransformationsT = Aws::Vector<TextTransformation>>
94 template<
typename TextTransformationsT = TextTransformation>
100 bool m_aRNHasBeenSet =
false;
103 bool m_fieldToMatchHasBeenSet =
false;
106 bool m_textTransformationsHasBeenSet =
false;
const Aws::String & GetARN() const
const FieldToMatch & GetFieldToMatch() const
AWS_WAFV2_API RegexPatternSetReferenceStatement(Aws::Utils::Json::JsonView jsonValue)
RegexPatternSetReferenceStatement & WithARN(ARNT &&value)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool FieldToMatchHasBeenSet() const
void SetTextTransformations(TextTransformationsT &&value)
RegexPatternSetReferenceStatement & WithFieldToMatch(FieldToMatchT &&value)
AWS_WAFV2_API RegexPatternSetReferenceStatement & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFV2_API RegexPatternSetReferenceStatement()=default
bool TextTransformationsHasBeenSet() const
void SetFieldToMatch(FieldToMatchT &&value)
void SetARN(ARNT &&value)
RegexPatternSetReferenceStatement & WithTextTransformations(TextTransformationsT &&value)
const Aws::Vector< TextTransformation > & GetTextTransformations() const
bool ARNHasBeenSet() const
RegexPatternSetReferenceStatement & AddTextTransformations(TextTransformationsT &&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