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/TextTransformation.h>
52 template<
typename NameT = Aws::String>
53 void SetName(
NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
54 template<
typename NameT = Aws::String>
71 template<
typename TextTransformationsT = Aws::Vector<TextTransformation>>
73 template<
typename TextTransformationsT = Aws::Vector<TextTransformation>>
75 template<
typename TextTransformationsT = TextTransformation>
81 bool m_nameHasBeenSet =
false;
84 bool m_textTransformationsHasBeenSet =
false;
bool NameHasBeenSet() const
void SetTextTransformations(TextTransformationsT &&value)
void SetName(NameT &&value)
const Aws::Vector< TextTransformation > & GetTextTransformations() const
bool TextTransformationsHasBeenSet() const
AWS_WAFV2_API RateLimitQueryArgument(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFV2_API RateLimitQueryArgument & operator=(Aws::Utils::Json::JsonView jsonValue)
RateLimitQueryArgument & AddTextTransformations(TextTransformationsT &&value)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
RateLimitQueryArgument & WithTextTransformations(TextTransformationsT &&value)
AWS_WAFV2_API RateLimitQueryArgument()=default
RateLimitQueryArgument & WithName(NameT &&value)
const Aws::String & GetName() const
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