AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetIPSetResult.h
1
6#pragma once
7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/waf/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 WAF
25{
26namespace Model
27{
29 {
30 public:
31 AWS_WAF_API GetIPSetResult();
34
35
37
46 inline const IPSet& GetIPSet() const{ return m_iPSet; }
47 inline void SetIPSet(const IPSet& value) { m_iPSet = value; }
48 inline void SetIPSet(IPSet&& value) { m_iPSet = std::move(value); }
49 inline GetIPSetResult& WithIPSet(const IPSet& value) { SetIPSet(value); return *this;}
50 inline GetIPSetResult& WithIPSet(IPSet&& value) { SetIPSet(std::move(value)); return *this;}
52
54
55 inline const Aws::String& GetRequestId() const{ return m_requestId; }
56 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
57 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
58 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
59 inline GetIPSetResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
60 inline GetIPSetResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
61 inline GetIPSetResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
63 private:
64
65 IPSet m_iPSet;
66
67 Aws::String m_requestId;
68 };
69
70} // namespace Model
71} // namespace WAF
72} // namespace Aws
GetIPSetResult & WithRequestId(const char *value)
AWS_WAF_API GetIPSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetIPSetResult & WithRequestId(Aws::String &&value)
const IPSet & GetIPSet() const
void SetRequestId(const Aws::String &value)
void SetRequestId(const char *value)
void SetRequestId(Aws::String &&value)
AWS_WAF_API GetIPSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetIPSet(const IPSet &value)
GetIPSetResult & WithIPSet(IPSet &&value)
GetIPSetResult & WithIPSet(const IPSet &value)
GetIPSetResult & WithRequestId(const Aws::String &value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue