AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetRegexMatchSetResult.h
1
6#pragma once
7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/model/RegexMatchSet.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace WAF
25{
26namespace Model
27{
29 {
30 public:
34
35
37
42 inline const RegexMatchSet& GetRegexMatchSet() const{ return m_regexMatchSet; }
43 inline void SetRegexMatchSet(const RegexMatchSet& value) { m_regexMatchSet = value; }
44 inline void SetRegexMatchSet(RegexMatchSet&& value) { m_regexMatchSet = std::move(value); }
45 inline GetRegexMatchSetResult& WithRegexMatchSet(const RegexMatchSet& value) { SetRegexMatchSet(value); return *this;}
46 inline GetRegexMatchSetResult& WithRegexMatchSet(RegexMatchSet&& value) { SetRegexMatchSet(std::move(value)); return *this;}
48
50
51 inline const Aws::String& GetRequestId() const{ return m_requestId; }
52 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
53 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
54 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
55 inline GetRegexMatchSetResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
56 inline GetRegexMatchSetResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
57 inline GetRegexMatchSetResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
59 private:
60
61 RegexMatchSet m_regexMatchSet;
62
63 Aws::String m_requestId;
64 };
65
66} // namespace Model
67} // namespace WAF
68} // namespace Aws
const RegexMatchSet & GetRegexMatchSet() const
GetRegexMatchSetResult & WithRequestId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
GetRegexMatchSetResult & WithRegexMatchSet(const RegexMatchSet &value)
AWS_WAF_API GetRegexMatchSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRegexMatchSetResult & WithRequestId(const Aws::String &value)
GetRegexMatchSetResult & WithRegexMatchSet(RegexMatchSet &&value)
void SetRegexMatchSet(const RegexMatchSet &value)
GetRegexMatchSetResult & WithRequestId(const char *value)
AWS_WAF_API GetRegexMatchSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue