AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
RegexMatchSetSummary.h
1
6#pragma once
7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace WAF
22{
23namespace Model
24{
25
42 {
43 public:
44 AWS_WAF_API RegexMatchSetSummary() = default;
48
49
51
59 inline const Aws::String& GetRegexMatchSetId() const { return m_regexMatchSetId; }
60 inline bool RegexMatchSetIdHasBeenSet() const { return m_regexMatchSetIdHasBeenSet; }
61 template<typename RegexMatchSetIdT = Aws::String>
62 void SetRegexMatchSetId(RegexMatchSetIdT&& value) { m_regexMatchSetIdHasBeenSet = true; m_regexMatchSetId = std::forward<RegexMatchSetIdT>(value); }
63 template<typename RegexMatchSetIdT = Aws::String>
64 RegexMatchSetSummary& WithRegexMatchSetId(RegexMatchSetIdT&& value) { SetRegexMatchSetId(std::forward<RegexMatchSetIdT>(value)); return *this;}
66
68
72 inline const Aws::String& GetName() const { return m_name; }
73 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
74 template<typename NameT = Aws::String>
75 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
76 template<typename NameT = Aws::String>
77 RegexMatchSetSummary& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
79 private:
80
81 Aws::String m_regexMatchSetId;
82 bool m_regexMatchSetIdHasBeenSet = false;
83
84 Aws::String m_name;
85 bool m_nameHasBeenSet = false;
86 };
87
88} // namespace Model
89} // namespace WAF
90} // namespace Aws
void SetRegexMatchSetId(RegexMatchSetIdT &&value)
RegexMatchSetSummary & WithRegexMatchSetId(RegexMatchSetIdT &&value)
AWS_WAF_API RegexMatchSetSummary()=default
const Aws::String & GetRegexMatchSetId() const
AWS_WAF_API RegexMatchSetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
RegexMatchSetSummary & WithName(NameT &&value)
AWS_WAF_API RegexMatchSetSummary(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue