7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/networkmanager/NetworkManagerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/networkmanager/model/Bandwidth.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/networkmanager/model/Tag.h>
17namespace NetworkManager
44 template<
typename GlobalNetworkIdT = Aws::String>
45 void SetGlobalNetworkId(GlobalNetworkIdT&& value) { m_globalNetworkIdHasBeenSet =
true; m_globalNetworkId = std::forward<GlobalNetworkIdT>(value); }
46 template<
typename GlobalNetworkIdT = Aws::String>
57 template<
typename DescriptionT = Aws::String>
58 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
59 template<
typename DescriptionT = Aws::String>
70 template<
typename TypeT = Aws::String>
71 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
72 template<
typename TypeT = Aws::String>
82 template<
typename Bandw
idthT = Bandw
idth>
83 void SetBandwidth(BandwidthT&& value) { m_bandwidthHasBeenSet =
true; m_bandwidth = std::forward<BandwidthT>(value); }
84 template<
typename Bandw
idthT = Bandw
idth>
95 template<
typename Prov
iderT = Aws::String>
96 void SetProvider(ProviderT&& value) { m_providerHasBeenSet =
true; m_provider = std::forward<ProviderT>(value); }
97 template<
typename Prov
iderT = Aws::String>
107 template<
typename SiteIdT = Aws::String>
108 void SetSiteId(SiteIdT&& value) { m_siteIdHasBeenSet =
true; m_siteId = std::forward<SiteIdT>(value); }
109 template<
typename SiteIdT = Aws::String>
119 template<
typename TagsT = Aws::Vector<Tag>>
120 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
121 template<
typename TagsT = Aws::Vector<Tag>>
123 template<
typename TagsT = Tag>
124 CreateLinkRequest&
AddTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags.emplace_back(std::forward<TagsT>(value));
return *
this; }
129 bool m_globalNetworkIdHasBeenSet =
false;
132 bool m_descriptionHasBeenSet =
false;
135 bool m_typeHasBeenSet =
false;
138 bool m_bandwidthHasBeenSet =
false;
141 bool m_providerHasBeenSet =
false;
144 bool m_siteIdHasBeenSet =
false;
147 bool m_tagsHasBeenSet =
false;
const Aws::String & GetProvider() const
AWS_NETWORKMANAGER_API CreateLinkRequest()=default
bool ProviderHasBeenSet() const
CreateLinkRequest & WithProvider(ProviderT &&value)
void SetTags(TagsT &&value)
const Bandwidth & GetBandwidth() const
const Aws::Vector< Tag > & GetTags() const
CreateLinkRequest & WithGlobalNetworkId(GlobalNetworkIdT &&value)
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
void SetGlobalNetworkId(GlobalNetworkIdT &&value)
CreateLinkRequest & WithDescription(DescriptionT &&value)
void SetBandwidth(BandwidthT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetGlobalNetworkId() const
CreateLinkRequest & WithTags(TagsT &&value)
const Aws::String & GetType() const
CreateLinkRequest & WithSiteId(SiteIdT &&value)
bool SiteIdHasBeenSet() const
bool GlobalNetworkIdHasBeenSet() const
CreateLinkRequest & WithType(TypeT &&value)
void SetType(TypeT &&value)
bool BandwidthHasBeenSet() const
void SetSiteId(SiteIdT &&value)
CreateLinkRequest & AddTags(TagsT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetSiteId() const
CreateLinkRequest & WithBandwidth(BandwidthT &&value)
bool TagsHasBeenSet() const
AWS_NETWORKMANAGER_API Aws::String SerializePayload() const override
void SetProvider(ProviderT &&value)
bool TypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector