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/Location.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>
74 template<
typename LocationT = Location>
75 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
76 template<
typename LocationT = Location>
86 template<
typename TagsT = Aws::Vector<Tag>>
87 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
88 template<
typename TagsT = Aws::Vector<Tag>>
90 template<
typename TagsT = Tag>
91 CreateSiteRequest&
AddTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags.emplace_back(std::forward<TagsT>(value));
return *
this; }
96 bool m_globalNetworkIdHasBeenSet =
false;
99 bool m_descriptionHasBeenSet =
false;
102 bool m_locationHasBeenSet =
false;
105 bool m_tagsHasBeenSet =
false;
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
void SetLocation(LocationT &&value)
AWS_NETWORKMANAGER_API CreateSiteRequest()=default
CreateSiteRequest & WithLocation(LocationT &&value)
const Aws::Vector< Tag > & GetTags() const
bool TagsHasBeenSet() const
const Aws::String & GetGlobalNetworkId() const
AWS_NETWORKMANAGER_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
CreateSiteRequest & AddTags(TagsT &&value)
const Location & GetLocation() const
void SetGlobalNetworkId(GlobalNetworkIdT &&value)
void SetDescription(DescriptionT &&value)
bool GlobalNetworkIdHasBeenSet() const
void SetTags(TagsT &&value)
CreateSiteRequest & WithDescription(DescriptionT &&value)
CreateSiteRequest & WithGlobalNetworkId(GlobalNetworkIdT &&value)
bool LocationHasBeenSet() const
CreateSiteRequest & WithTags(TagsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector