AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RateLimitUriPath.h
1
6#pragma once
7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/wafv2/model/TextTransformation.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace WAFV2
23{
24namespace Model
25{
26
36 {
37 public:
38 AWS_WAFV2_API RateLimitUriPath();
41 AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
55 inline const Aws::Vector<TextTransformation>& GetTextTransformations() const{ return m_textTransformations; }
56 inline bool TextTransformationsHasBeenSet() const { return m_textTransformationsHasBeenSet; }
57 inline void SetTextTransformations(const Aws::Vector<TextTransformation>& value) { m_textTransformationsHasBeenSet = true; m_textTransformations = value; }
58 inline void SetTextTransformations(Aws::Vector<TextTransformation>&& value) { m_textTransformationsHasBeenSet = true; m_textTransformations = std::move(value); }
61 inline RateLimitUriPath& AddTextTransformations(const TextTransformation& value) { m_textTransformationsHasBeenSet = true; m_textTransformations.push_back(value); return *this; }
62 inline RateLimitUriPath& AddTextTransformations(TextTransformation&& value) { m_textTransformationsHasBeenSet = true; m_textTransformations.push_back(std::move(value)); return *this; }
64 private:
65
66 Aws::Vector<TextTransformation> m_textTransformations;
67 bool m_textTransformationsHasBeenSet = false;
68 };
69
70} // namespace Model
71} // namespace WAFV2
72} // namespace Aws
void SetTextTransformations(Aws::Vector< TextTransformation > &&value)
AWS_WAFV2_API RateLimitUriPath & operator=(Aws::Utils::Json::JsonView jsonValue)
RateLimitUriPath & AddTextTransformations(const TextTransformation &value)
RateLimitUriPath & WithTextTransformations(Aws::Vector< TextTransformation > &&value)
RateLimitUriPath & WithTextTransformations(const Aws::Vector< TextTransformation > &value)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTextTransformations(const Aws::Vector< TextTransformation > &value)
const Aws::Vector< TextTransformation > & GetTextTransformations() const
RateLimitUriPath & AddTextTransformations(TextTransformation &&value)
AWS_WAFV2_API RateLimitUriPath(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue