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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
40 template<
typename TraceContentT = TraceContent>
41 void SetTraceContent(TraceContentT&& value) { m_traceContentHasBeenSet =
true; m_traceContent = std::forward<TraceContentT>(value); }
42 template<
typename TraceContentT = TraceContent>
52 template<
typename WirelessDevicesT = Aws::Vector<Aws::String>>
53 void SetWirelessDevices(WirelessDevicesT&& value) { m_wirelessDevicesHasBeenSet =
true; m_wirelessDevices = std::forward<WirelessDevicesT>(value); }
54 template<
typename WirelessDevicesT = Aws::Vector<Aws::String>>
56 template<
typename WirelessDevicesT = Aws::String>
66 template<
typename WirelessGatewaysT = Aws::Vector<Aws::String>>
67 void SetWirelessGateways(WirelessGatewaysT&& value) { m_wirelessGatewaysHasBeenSet =
true; m_wirelessGateways = std::forward<WirelessGatewaysT>(value); }
68 template<
typename WirelessGatewaysT = Aws::Vector<Aws::String>>
70 template<
typename WirelessGatewaysT = Aws::String>
77 template<
typename DescriptionT = Aws::String>
78 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
79 template<
typename DescriptionT = Aws::String>
88 template<
typename ArnT = Aws::String>
89 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
90 template<
typename ArnT = Aws::String>
97 template<
typename NameT = Aws::String>
98 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
99 template<
typename NameT = Aws::String>
109 template<
typename MulticastGroupsT = Aws::Vector<Aws::String>>
110 void SetMulticastGroups(MulticastGroupsT&& value) { m_multicastGroupsHasBeenSet =
true; m_multicastGroups = std::forward<MulticastGroupsT>(value); }
111 template<
typename MulticastGroupsT = Aws::Vector<Aws::String>>
113 template<
typename MulticastGroupsT = Aws::String>
120 template<
typename RequestIdT = Aws::String>
121 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
122 template<
typename RequestIdT = Aws::String>
128 bool m_traceContentHasBeenSet =
false;
131 bool m_wirelessDevicesHasBeenSet =
false;
134 bool m_wirelessGatewaysHasBeenSet =
false;
137 bool m_descriptionHasBeenSet =
false;
140 bool m_arnHasBeenSet =
false;
143 bool m_nameHasBeenSet =
false;
146 bool m_multicastGroupsHasBeenSet =
false;
149 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
void SetArn(ArnT &&value)
GetNetworkAnalyzerConfigurationResult & WithMulticastGroups(MulticastGroupsT &&value)
AWS_IOTWIRELESS_API GetNetworkAnalyzerConfigurationResult()=default
GetNetworkAnalyzerConfigurationResult & WithTraceContent(TraceContentT &&value)
const Aws::String & GetDescription() const
GetNetworkAnalyzerConfigurationResult & WithArn(ArnT &&value)
void SetMulticastGroups(MulticastGroupsT &&value)
GetNetworkAnalyzerConfigurationResult & AddMulticastGroups(MulticastGroupsT &&value)
AWS_IOTWIRELESS_API GetNetworkAnalyzerConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetNetworkAnalyzerConfigurationResult & WithRequestId(RequestIdT &&value)
const TraceContent & GetTraceContent() const
GetNetworkAnalyzerConfigurationResult & WithName(NameT &&value)
const Aws::Vector< Aws::String > & GetMulticastGroups() const
void SetWirelessGateways(WirelessGatewaysT &&value)
const Aws::String & GetName() const
const Aws::String & GetRequestId() const
AWS_IOTWIRELESS_API GetNetworkAnalyzerConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Aws::String > & GetWirelessDevices() const
const Aws::String & GetArn() const
GetNetworkAnalyzerConfigurationResult & WithWirelessDevices(WirelessDevicesT &&value)
GetNetworkAnalyzerConfigurationResult & WithWirelessGateways(WirelessGatewaysT &&value)
GetNetworkAnalyzerConfigurationResult & WithDescription(DescriptionT &&value)
const Aws::Vector< Aws::String > & GetWirelessGateways() const
GetNetworkAnalyzerConfigurationResult & AddWirelessGateways(WirelessGatewaysT &&value)
GetNetworkAnalyzerConfigurationResult & AddWirelessDevices(WirelessDevicesT &&value)
void SetWirelessDevices(WirelessDevicesT &&value)
void SetTraceContent(TraceContentT &&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