AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateRuleGroupResult.h
1
6#pragma once
7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/model/RuleGroup.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:
31 AWS_WAF_API CreateRuleGroupResult();
34
35
37
40 inline const RuleGroup& GetRuleGroup() const{ return m_ruleGroup; }
41 inline void SetRuleGroup(const RuleGroup& value) { m_ruleGroup = value; }
42 inline void SetRuleGroup(RuleGroup&& value) { m_ruleGroup = std::move(value); }
43 inline CreateRuleGroupResult& WithRuleGroup(const RuleGroup& value) { SetRuleGroup(value); return *this;}
44 inline CreateRuleGroupResult& WithRuleGroup(RuleGroup&& value) { SetRuleGroup(std::move(value)); return *this;}
46
48
54 inline const Aws::String& GetChangeToken() const{ return m_changeToken; }
55 inline void SetChangeToken(const Aws::String& value) { m_changeToken = value; }
56 inline void SetChangeToken(Aws::String&& value) { m_changeToken = std::move(value); }
57 inline void SetChangeToken(const char* value) { m_changeToken.assign(value); }
58 inline CreateRuleGroupResult& WithChangeToken(const Aws::String& value) { SetChangeToken(value); return *this;}
59 inline CreateRuleGroupResult& WithChangeToken(Aws::String&& value) { SetChangeToken(std::move(value)); return *this;}
60 inline CreateRuleGroupResult& WithChangeToken(const char* value) { SetChangeToken(value); return *this;}
62
64
65 inline const Aws::String& GetRequestId() const{ return m_requestId; }
66 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
67 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
68 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
69 inline CreateRuleGroupResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
70 inline CreateRuleGroupResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
71 inline CreateRuleGroupResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
73 private:
74
75 RuleGroup m_ruleGroup;
76
77 Aws::String m_changeToken;
78
79 Aws::String m_requestId;
80 };
81
82} // namespace Model
83} // namespace WAF
84} // namespace Aws
CreateRuleGroupResult & WithRuleGroup(const RuleGroup &value)
CreateRuleGroupResult & WithRequestId(const char *value)
CreateRuleGroupResult & WithChangeToken(Aws::String &&value)
CreateRuleGroupResult & WithRequestId(Aws::String &&value)
void SetChangeToken(const Aws::String &value)
CreateRuleGroupResult & WithChangeToken(const char *value)
CreateRuleGroupResult & WithChangeToken(const Aws::String &value)
void SetRequestId(const Aws::String &value)
CreateRuleGroupResult & WithRuleGroup(RuleGroup &&value)
AWS_WAF_API CreateRuleGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_WAF_API CreateRuleGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateRuleGroupResult & WithRequestId(const Aws::String &value)
void SetRuleGroup(const RuleGroup &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue