AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateIPSetResult.h
1
6#pragma once
7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/waf-regional/model/IPSet.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 WAFRegional
25{
26namespace Model
27{
29 {
30 public:
31 AWS_WAFREGIONAL_API CreateIPSetResult();
34
35
37
40 inline const IPSet& GetIPSet() const{ return m_iPSet; }
41 inline void SetIPSet(const IPSet& value) { m_iPSet = value; }
42 inline void SetIPSet(IPSet&& value) { m_iPSet = std::move(value); }
43 inline CreateIPSetResult& WithIPSet(const IPSet& value) { SetIPSet(value); return *this;}
44 inline CreateIPSetResult& WithIPSet(IPSet&& value) { SetIPSet(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 CreateIPSetResult& WithChangeToken(const Aws::String& value) { SetChangeToken(value); return *this;}
59 inline CreateIPSetResult& WithChangeToken(Aws::String&& value) { SetChangeToken(std::move(value)); return *this;}
60 inline CreateIPSetResult& 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 CreateIPSetResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
70 inline CreateIPSetResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
71 inline CreateIPSetResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
73 private:
74
75 IPSet m_iPSet;
76
77 Aws::String m_changeToken;
78
79 Aws::String m_requestId;
80 };
81
82} // namespace Model
83} // namespace WAFRegional
84} // namespace Aws
void SetChangeToken(const Aws::String &value)
void SetRequestId(const Aws::String &value)
AWS_WAFREGIONAL_API CreateIPSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_WAFREGIONAL_API CreateIPSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateIPSetResult & WithIPSet(const IPSet &value)
CreateIPSetResult & WithIPSet(IPSet &&value)
CreateIPSetResult & WithChangeToken(const Aws::String &value)
CreateIPSetResult & WithChangeToken(Aws::String &&value)
CreateIPSetResult & WithRequestId(const char *value)
CreateIPSetResult & WithRequestId(Aws::String &&value)
CreateIPSetResult & WithChangeToken(const char *value)
CreateIPSetResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue