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/ConnectAttachmentOptions.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/networkmanager/model/Tag.h>
14#include <aws/core/utils/UUID.h>
18namespace NetworkManager
45 template<
typename CoreNetworkIdT = Aws::String>
46 void SetCoreNetworkId(CoreNetworkIdT&& value) { m_coreNetworkIdHasBeenSet =
true; m_coreNetworkId = std::forward<CoreNetworkIdT>(value); }
47 template<
typename CoreNetworkIdT = Aws::String>
57 template<
typename EdgeLocationT = Aws::String>
58 void SetEdgeLocation(EdgeLocationT&& value) { m_edgeLocationHasBeenSet =
true; m_edgeLocation = std::forward<EdgeLocationT>(value); }
59 template<
typename EdgeLocationT = Aws::String>
69 template<
typename TransportAttachmentIdT = Aws::String>
70 void SetTransportAttachmentId(TransportAttachmentIdT&& value) { m_transportAttachmentIdHasBeenSet =
true; m_transportAttachmentId = std::forward<TransportAttachmentIdT>(value); }
71 template<
typename TransportAttachmentIdT = Aws::String>
81 template<
typename OptionsT = ConnectAttachmentOptions>
82 void SetOptions(OptionsT&& value) { m_optionsHasBeenSet =
true; m_options = std::forward<OptionsT>(value); }
83 template<
typename OptionsT = ConnectAttachmentOptions>
93 template<
typename TagsT = Aws::Vector<Tag>>
94 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
95 template<
typename TagsT = Aws::Vector<Tag>>
97 template<
typename TagsT = Tag>
107 template<
typename ClientTokenT = Aws::String>
108 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
109 template<
typename ClientTokenT = Aws::String>
115 bool m_coreNetworkIdHasBeenSet =
false;
118 bool m_edgeLocationHasBeenSet =
false;
121 bool m_transportAttachmentIdHasBeenSet =
false;
124 bool m_optionsHasBeenSet =
false;
127 bool m_tagsHasBeenSet =
false;
130 bool m_clientTokenHasBeenSet =
true;
CreateConnectAttachmentRequest & WithCoreNetworkId(CoreNetworkIdT &&value)
const Aws::Vector< Tag > & GetTags() const
bool OptionsHasBeenSet() const
CreateConnectAttachmentRequest & WithClientToken(ClientTokenT &&value)
CreateConnectAttachmentRequest & WithTransportAttachmentId(TransportAttachmentIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetCoreNetworkId() const
bool TransportAttachmentIdHasBeenSet() const
AWS_NETWORKMANAGER_API Aws::String SerializePayload() const override
const ConnectAttachmentOptions & GetOptions() const
void SetTags(TagsT &&value)
CreateConnectAttachmentRequest & WithOptions(OptionsT &&value)
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
bool ClientTokenHasBeenSet() const
bool TagsHasBeenSet() const
void SetTransportAttachmentId(TransportAttachmentIdT &&value)
const Aws::String & GetEdgeLocation() const
bool CoreNetworkIdHasBeenSet() const
void SetCoreNetworkId(CoreNetworkIdT &&value)
void SetOptions(OptionsT &&value)
void SetEdgeLocation(EdgeLocationT &&value)
CreateConnectAttachmentRequest & AddTags(TagsT &&value)
bool EdgeLocationHasBeenSet() const
const Aws::String & GetTransportAttachmentId() const
CreateConnectAttachmentRequest & WithTags(TagsT &&value)
CreateConnectAttachmentRequest & WithEdgeLocation(EdgeLocationT &&value)
AWS_NETWORKMANAGER_API CreateConnectAttachmentRequest()=default
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector