AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetNetworkAnalyzerConfigurationResult.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/model/TraceContent.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace IoTWireless
26{
27namespace Model
28{
30 {
31 public:
35
36
38
39 inline const TraceContent& GetTraceContent() const{ return m_traceContent; }
40 inline void SetTraceContent(const TraceContent& value) { m_traceContent = value; }
41 inline void SetTraceContent(TraceContent&& value) { m_traceContent = std::move(value); }
43 inline GetNetworkAnalyzerConfigurationResult& WithTraceContent(TraceContent&& value) { SetTraceContent(std::move(value)); return *this;}
45
47
51 inline const Aws::Vector<Aws::String>& GetWirelessDevices() const{ return m_wirelessDevices; }
52 inline void SetWirelessDevices(const Aws::Vector<Aws::String>& value) { m_wirelessDevices = value; }
53 inline void SetWirelessDevices(Aws::Vector<Aws::String>&& value) { m_wirelessDevices = std::move(value); }
56 inline GetNetworkAnalyzerConfigurationResult& AddWirelessDevices(const Aws::String& value) { m_wirelessDevices.push_back(value); return *this; }
57 inline GetNetworkAnalyzerConfigurationResult& AddWirelessDevices(Aws::String&& value) { m_wirelessDevices.push_back(std::move(value)); return *this; }
58 inline GetNetworkAnalyzerConfigurationResult& AddWirelessDevices(const char* value) { m_wirelessDevices.push_back(value); return *this; }
60
62
66 inline const Aws::Vector<Aws::String>& GetWirelessGateways() const{ return m_wirelessGateways; }
67 inline void SetWirelessGateways(const Aws::Vector<Aws::String>& value) { m_wirelessGateways = value; }
68 inline void SetWirelessGateways(Aws::Vector<Aws::String>&& value) { m_wirelessGateways = std::move(value); }
71 inline GetNetworkAnalyzerConfigurationResult& AddWirelessGateways(const Aws::String& value) { m_wirelessGateways.push_back(value); return *this; }
72 inline GetNetworkAnalyzerConfigurationResult& AddWirelessGateways(Aws::String&& value) { m_wirelessGateways.push_back(std::move(value)); return *this; }
73 inline GetNetworkAnalyzerConfigurationResult& AddWirelessGateways(const char* value) { m_wirelessGateways.push_back(value); return *this; }
75
77
78 inline const Aws::String& GetDescription() const{ return m_description; }
79 inline void SetDescription(const Aws::String& value) { m_description = value; }
80 inline void SetDescription(Aws::String&& value) { m_description = std::move(value); }
81 inline void SetDescription(const char* value) { m_description.assign(value); }
83 inline GetNetworkAnalyzerConfigurationResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
84 inline GetNetworkAnalyzerConfigurationResult& WithDescription(const char* value) { SetDescription(value); return *this;}
86
88
91 inline const Aws::String& GetArn() const{ return m_arn; }
92 inline void SetArn(const Aws::String& value) { m_arn = value; }
93 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); }
94 inline void SetArn(const char* value) { m_arn.assign(value); }
95 inline GetNetworkAnalyzerConfigurationResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
96 inline GetNetworkAnalyzerConfigurationResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
97 inline GetNetworkAnalyzerConfigurationResult& WithArn(const char* value) { SetArn(value); return *this;}
99
101
102 inline const Aws::String& GetName() const{ return m_name; }
103 inline void SetName(const Aws::String& value) { m_name = value; }
104 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
105 inline void SetName(const char* value) { m_name.assign(value); }
106 inline GetNetworkAnalyzerConfigurationResult& WithName(const Aws::String& value) { SetName(value); return *this;}
107 inline GetNetworkAnalyzerConfigurationResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
108 inline GetNetworkAnalyzerConfigurationResult& WithName(const char* value) { SetName(value); return *this;}
110
112
116 inline const Aws::Vector<Aws::String>& GetMulticastGroups() const{ return m_multicastGroups; }
117 inline void SetMulticastGroups(const Aws::Vector<Aws::String>& value) { m_multicastGroups = value; }
118 inline void SetMulticastGroups(Aws::Vector<Aws::String>&& value) { m_multicastGroups = std::move(value); }
121 inline GetNetworkAnalyzerConfigurationResult& AddMulticastGroups(const Aws::String& value) { m_multicastGroups.push_back(value); return *this; }
122 inline GetNetworkAnalyzerConfigurationResult& AddMulticastGroups(Aws::String&& value) { m_multicastGroups.push_back(std::move(value)); return *this; }
123 inline GetNetworkAnalyzerConfigurationResult& AddMulticastGroups(const char* value) { m_multicastGroups.push_back(value); return *this; }
125
127
128 inline const Aws::String& GetRequestId() const{ return m_requestId; }
129 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
130 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
131 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
133 inline GetNetworkAnalyzerConfigurationResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
134 inline GetNetworkAnalyzerConfigurationResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
136 private:
137
138 TraceContent m_traceContent;
139
140 Aws::Vector<Aws::String> m_wirelessDevices;
141
142 Aws::Vector<Aws::String> m_wirelessGateways;
143
144 Aws::String m_description;
145
146 Aws::String m_arn;
147
148 Aws::String m_name;
149
150 Aws::Vector<Aws::String> m_multicastGroups;
151
152 Aws::String m_requestId;
153 };
154
155} // namespace Model
156} // namespace IoTWireless
157} // namespace Aws
GetNetworkAnalyzerConfigurationResult & WithArn(const char *value)
GetNetworkAnalyzerConfigurationResult & AddWirelessDevices(Aws::String &&value)
GetNetworkAnalyzerConfigurationResult & WithWirelessDevices(const Aws::Vector< Aws::String > &value)
GetNetworkAnalyzerConfigurationResult & WithDescription(Aws::String &&value)
GetNetworkAnalyzerConfigurationResult & WithRequestId(const Aws::String &value)
GetNetworkAnalyzerConfigurationResult & WithTraceContent(const TraceContent &value)
GetNetworkAnalyzerConfigurationResult & WithMulticastGroups(const Aws::Vector< Aws::String > &value)
GetNetworkAnalyzerConfigurationResult & WithWirelessGateways(Aws::Vector< Aws::String > &&value)
GetNetworkAnalyzerConfigurationResult & AddWirelessDevices(const char *value)
GetNetworkAnalyzerConfigurationResult & WithArn(const Aws::String &value)
AWS_IOTWIRELESS_API GetNetworkAnalyzerConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetNetworkAnalyzerConfigurationResult & WithWirelessGateways(const Aws::Vector< Aws::String > &value)
GetNetworkAnalyzerConfigurationResult & AddMulticastGroups(const Aws::String &value)
GetNetworkAnalyzerConfigurationResult & WithMulticastGroups(Aws::Vector< Aws::String > &&value)
GetNetworkAnalyzerConfigurationResult & AddMulticastGroups(Aws::String &&value)
GetNetworkAnalyzerConfigurationResult & WithName(Aws::String &&value)
GetNetworkAnalyzerConfigurationResult & AddWirelessGateways(Aws::String &&value)
GetNetworkAnalyzerConfigurationResult & WithName(const Aws::String &value)
GetNetworkAnalyzerConfigurationResult & WithRequestId(Aws::String &&value)
GetNetworkAnalyzerConfigurationResult & WithArn(Aws::String &&value)
AWS_IOTWIRELESS_API GetNetworkAnalyzerConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetNetworkAnalyzerConfigurationResult & AddWirelessDevices(const Aws::String &value)
GetNetworkAnalyzerConfigurationResult & WithName(const char *value)
GetNetworkAnalyzerConfigurationResult & WithRequestId(const char *value)
GetNetworkAnalyzerConfigurationResult & AddWirelessGateways(const char *value)
GetNetworkAnalyzerConfigurationResult & WithDescription(const Aws::String &value)
GetNetworkAnalyzerConfigurationResult & WithWirelessDevices(Aws::Vector< Aws::String > &&value)
GetNetworkAnalyzerConfigurationResult & WithTraceContent(TraceContent &&value)
GetNetworkAnalyzerConfigurationResult & AddWirelessGateways(const Aws::String &value)
GetNetworkAnalyzerConfigurationResult & AddMulticastGroups(const char *value)
GetNetworkAnalyzerConfigurationResult & WithDescription(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue