7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/IoTWirelessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iotwireless/model/TraceContent.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/iotwireless/model/Tag.h>
14#include <aws/core/utils/UUID.h>
34 inline virtual const char*
GetServiceRequestName()
const override {
return "CreateNetworkAnalyzerConfiguration"; }
43 template<
typename NameT = Aws::String>
44 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
45 template<
typename NameT = Aws::String>
53 template<
typename TraceContentT = TraceContent>
54 void SetTraceContent(TraceContentT&& value) { m_traceContentHasBeenSet =
true; m_traceContent = std::forward<TraceContentT>(value); }
55 template<
typename TraceContentT = TraceContent>
67 template<
typename WirelessDevicesT = Aws::Vector<Aws::String>>
68 void SetWirelessDevices(WirelessDevicesT&& value) { m_wirelessDevicesHasBeenSet =
true; m_wirelessDevices = std::forward<WirelessDevicesT>(value); }
69 template<
typename WirelessDevicesT = Aws::Vector<Aws::String>>
71 template<
typename WirelessDevicesT = Aws::String>
83 template<
typename WirelessGatewaysT = Aws::Vector<Aws::String>>
84 void SetWirelessGateways(WirelessGatewaysT&& value) { m_wirelessGatewaysHasBeenSet =
true; m_wirelessGateways = std::forward<WirelessGatewaysT>(value); }
85 template<
typename WirelessGatewaysT = Aws::Vector<Aws::String>>
87 template<
typename WirelessGatewaysT = Aws::String>
95 template<
typename DescriptionT = Aws::String>
96 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
97 template<
typename DescriptionT = Aws::String>
105 template<
typename TagsT = Aws::Vector<Tag>>
106 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
107 template<
typename TagsT = Aws::Vector<Tag>>
109 template<
typename TagsT = Tag>
117 template<
typename ClientRequestTokenT = Aws::String>
118 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
119 template<
typename ClientRequestTokenT = Aws::String>
131 template<
typename MulticastGroupsT = Aws::Vector<Aws::String>>
132 void SetMulticastGroups(MulticastGroupsT&& value) { m_multicastGroupsHasBeenSet =
true; m_multicastGroups = std::forward<MulticastGroupsT>(value); }
133 template<
typename MulticastGroupsT = Aws::Vector<Aws::String>>
135 template<
typename MulticastGroupsT = Aws::String>
141 bool m_nameHasBeenSet =
false;
144 bool m_traceContentHasBeenSet =
false;
147 bool m_wirelessDevicesHasBeenSet =
false;
150 bool m_wirelessGatewaysHasBeenSet =
false;
153 bool m_descriptionHasBeenSet =
false;
156 bool m_tagsHasBeenSet =
false;
159 bool m_clientRequestTokenHasBeenSet =
true;
162 bool m_multicastGroupsHasBeenSet =
false;
void SetWirelessDevices(WirelessDevicesT &&value)
bool WirelessDevicesHasBeenSet() const
void SetWirelessGateways(WirelessGatewaysT &&value)
CreateNetworkAnalyzerConfigurationRequest & WithClientRequestToken(ClientRequestTokenT &&value)
bool WirelessGatewaysHasBeenSet() const
CreateNetworkAnalyzerConfigurationRequest & WithTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
CreateNetworkAnalyzerConfigurationRequest & AddWirelessDevices(WirelessDevicesT &&value)
CreateNetworkAnalyzerConfigurationRequest & WithName(NameT &&value)
CreateNetworkAnalyzerConfigurationRequest & AddTags(TagsT &&value)
AWS_IOTWIRELESS_API CreateNetworkAnalyzerConfigurationRequest()=default
CreateNetworkAnalyzerConfigurationRequest & WithWirelessGateways(WirelessGatewaysT &&value)
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
void SetTags(TagsT &&value)
bool MulticastGroupsHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::Vector< Tag > & GetTags() const
void SetName(NameT &&value)
bool TagsHasBeenSet() const
void SetClientRequestToken(ClientRequestTokenT &&value)
CreateNetworkAnalyzerConfigurationRequest & WithMulticastGroups(MulticastGroupsT &&value)
void SetTraceContent(TraceContentT &&value)
bool ClientRequestTokenHasBeenSet() const
const Aws::String & GetName() const
void SetMulticastGroups(MulticastGroupsT &&value)
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
const TraceContent & GetTraceContent() const
const Aws::String & GetClientRequestToken() const
CreateNetworkAnalyzerConfigurationRequest & AddMulticastGroups(MulticastGroupsT &&value)
bool TraceContentHasBeenSet() const
CreateNetworkAnalyzerConfigurationRequest & WithTraceContent(TraceContentT &&value)
CreateNetworkAnalyzerConfigurationRequest & AddWirelessGateways(WirelessGatewaysT &&value)
CreateNetworkAnalyzerConfigurationRequest & WithWirelessDevices(WirelessDevicesT &&value)
CreateNetworkAnalyzerConfigurationRequest & WithDescription(DescriptionT &&value)
const Aws::Vector< Aws::String > & GetWirelessGateways() const
const Aws::Vector< Aws::String > & GetMulticastGroups() const
bool NameHasBeenSet() const
const Aws::Vector< Aws::String > & GetWirelessDevices() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector