7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/panorama/PanoramaRequest.h>
10#include <aws/panorama/Panorama_EXPORTS.h>
11#include <aws/panorama/model/NetworkPayload.h>
39 template <
typename DescriptionT = Aws::String>
41 m_descriptionHasBeenSet =
true;
42 m_description = std::forward<DescriptionT>(value);
44 template <
typename DescriptionT = Aws::String>
57 template <
typename NameT = Aws::String>
59 m_nameHasBeenSet =
true;
60 m_name = std::forward<NameT>(value);
62 template <
typename NameT = Aws::String>
64 SetName(std::forward<NameT>(value));
75 template <
typename NetworkingConfigurationT = NetworkPayload>
77 m_networkingConfigurationHasBeenSet =
true;
78 m_networkingConfiguration = std::forward<NetworkingConfigurationT>(value);
80 template <
typename NetworkingConfigurationT = NetworkPayload>
93 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
95 m_tagsHasBeenSet =
true;
96 m_tags = std::forward<TagsT>(value);
98 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
100 SetTags(std::forward<TagsT>(value));
103 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
105 m_tagsHasBeenSet =
true;
106 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
118 bool m_descriptionHasBeenSet =
false;
119 bool m_nameHasBeenSet =
false;
120 bool m_networkingConfigurationHasBeenSet =
false;
121 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