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>
54 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
83 bool m_nameHasBeenSet =
false;
86 bool m_textTransformationsHasBeenSet =
false;
bool NameHasBeenSet() const
const Aws::Vector< TextTransformation > & GetTextTransformations() const
bool TextTransformationsHasBeenSet() const
RateLimitQueryArgument & AddTextTransformations(const TextTransformation &value)
AWS_WAFV2_API RateLimitQueryArgument(Aws::Utils::Json::JsonView jsonValue)
RateLimitQueryArgument & WithTextTransformations(const Aws::Vector< TextTransformation > &value)
AWS_WAFV2_API RateLimitQueryArgument & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTextTransformations(const Aws::Vector< TextTransformation > &value)
void SetName(const Aws::String &value)
void SetTextTransformations(Aws::Vector< TextTransformation > &&value)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
RateLimitQueryArgument & WithName(const Aws::String &value)
AWS_WAFV2_API RateLimitQueryArgument()
RateLimitQueryArgument & WithTextTransformations(Aws::Vector< TextTransformation > &&value)
RateLimitQueryArgument & WithName(const char *value)
RateLimitQueryArgument & AddTextTransformations(TextTransformation &&value)
RateLimitQueryArgument & WithName(Aws::String &&value)
void SetName(Aws::String &&value)
const Aws::String & GetName() const
void SetName(const char *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