7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/panorama/PanoramaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/panorama/model/NetworkPayload.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
43 template<
typename DescriptionT = Aws::String>
44 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
45 template<
typename DescriptionT = Aws::String>
55 template<
typename NameT = Aws::String>
56 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
57 template<
typename NameT = Aws::String>
67 template<
typename NetworkingConfigurationT = NetworkPayload>
68 void SetNetworkingConfiguration(NetworkingConfigurationT&& value) { m_networkingConfigurationHasBeenSet =
true; m_networkingConfiguration = std::forward<NetworkingConfigurationT>(value); }
69 template<
typename NetworkingConfigurationT = NetworkPayload>
79 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
80 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
81 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
83 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
85 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
91 bool m_descriptionHasBeenSet =
false;
94 bool m_nameHasBeenSet =
false;
97 bool m_networkingConfigurationHasBeenSet =
false;
100 bool m_tagsHasBeenSet =
false;
ProvisionDeviceRequest & WithTags(TagsT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
ProvisionDeviceRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetName() const
AWS_PANORAMA_API Aws::String SerializePayload() const override
const NetworkPayload & GetNetworkingConfiguration() const
ProvisionDeviceRequest & WithNetworkingConfiguration(NetworkingConfigurationT &&value)
bool NetworkingConfigurationHasBeenSet() const
void SetTags(TagsT &&value)
bool NameHasBeenSet() const
bool TagsHasBeenSet() const
void SetName(NameT &&value)
void SetNetworkingConfiguration(NetworkingConfigurationT &&value)
ProvisionDeviceRequest & WithName(NameT &&value)
ProvisionDeviceRequest & WithDescription(DescriptionT &&value)
AWS_PANORAMA_API ProvisionDeviceRequest()=default
virtual const char * GetServiceRequestName() const override
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String