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/core/utils/memory/stl/AWSVector.h>
11#include <aws/networkmanager/model/Tag.h>
16namespace NetworkManager
44 template<
typename DescriptionT = Aws::String>
45 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
46 template<
typename DescriptionT = Aws::String>
56 template<
typename TagsT = Aws::Vector<Tag>>
57 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
58 template<
typename TagsT = Aws::Vector<Tag>>
60 template<
typename TagsT = Tag>
66 bool m_descriptionHasBeenSet =
false;
69 bool m_tagsHasBeenSet =
false;
CreateGlobalNetworkRequest & AddTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
void SetTags(TagsT &&value)
AWS_NETWORKMANAGER_API Aws::String SerializePayload() const override
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
CreateGlobalNetworkRequest & WithTags(TagsT &&value)
AWS_NETWORKMANAGER_API CreateGlobalNetworkRequest()=default
bool TagsHasBeenSet() const
CreateGlobalNetworkRequest & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector