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>
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>
70 template<
typename TextTransformationsT = Aws::Vector<TextTransformation>>
72 template<
typename TextTransformationsT = Aws::Vector<TextTransformation>>
74 template<
typename TextTransformationsT = TextTransformation>
80 bool m_nameHasBeenSet =
false;
83 bool m_textTransformationsHasBeenSet =
false;
RateLimitCookie & AddTextTransformations(TextTransformationsT &&value)
const Aws::Vector< TextTransformation > & GetTextTransformations() const
RateLimitCookie & WithName(NameT &&value)
bool TextTransformationsHasBeenSet() const
AWS_WAFV2_API RateLimitCookie(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
AWS_WAFV2_API RateLimitCookie & operator=(Aws::Utils::Json::JsonView jsonValue)
RateLimitCookie & WithTextTransformations(TextTransformationsT &&value)
AWS_WAFV2_API RateLimitCookie()=default
void SetTextTransformations(TextTransformationsT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() 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