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
47 inline void SetCoreNetworkId(
const char* value) { m_coreNetworkIdHasBeenSet =
true; m_coreNetworkId.assign(value); }
61 inline void SetEdgeLocation(
const char* value) { m_edgeLocationHasBeenSet =
true; m_edgeLocation.assign(value); }
75 inline void SetTransportAttachmentId(
const char* value) { m_transportAttachmentIdHasBeenSet =
true; m_transportAttachmentId.assign(value); }
115 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
123 bool m_coreNetworkIdHasBeenSet =
false;
126 bool m_edgeLocationHasBeenSet =
false;
129 bool m_transportAttachmentIdHasBeenSet =
false;
132 bool m_optionsHasBeenSet =
false;
135 bool m_tagsHasBeenSet =
false;
138 bool m_clientTokenHasBeenSet =
false;
CreateConnectAttachmentRequest & WithEdgeLocation(Aws::String &&value)
void SetTransportAttachmentId(Aws::String &&value)
void SetTags(Aws::Vector< Tag > &&value)
CreateConnectAttachmentRequest & WithOptions(const ConnectAttachmentOptions &value)
CreateConnectAttachmentRequest & WithClientToken(Aws::String &&value)
void SetEdgeLocation(const char *value)
void SetTransportAttachmentId(const Aws::String &value)
const Aws::Vector< Tag > & GetTags() const
CreateConnectAttachmentRequest & WithOptions(ConnectAttachmentOptions &&value)
bool OptionsHasBeenSet() const
void SetOptions(ConnectAttachmentOptions &&value)
void SetOptions(const ConnectAttachmentOptions &value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetCoreNetworkId() const
void SetEdgeLocation(Aws::String &&value)
void SetClientToken(const Aws::String &value)
CreateConnectAttachmentRequest & WithClientToken(const char *value)
void SetCoreNetworkId(const Aws::String &value)
bool TransportAttachmentIdHasBeenSet() const
AWS_NETWORKMANAGER_API Aws::String SerializePayload() const override
const ConnectAttachmentOptions & GetOptions() const
AWS_NETWORKMANAGER_API CreateConnectAttachmentRequest()
void SetClientToken(const char *value)
const Aws::String & GetClientToken() const
bool ClientTokenHasBeenSet() const
CreateConnectAttachmentRequest & WithCoreNetworkId(Aws::String &&value)
bool TagsHasBeenSet() const
void SetClientToken(Aws::String &&value)
void SetEdgeLocation(const Aws::String &value)
CreateConnectAttachmentRequest & WithTransportAttachmentId(Aws::String &&value)
const Aws::String & GetEdgeLocation() const
CreateConnectAttachmentRequest & AddTags(const Tag &value)
bool CoreNetworkIdHasBeenSet() const
CreateConnectAttachmentRequest & WithClientToken(const Aws::String &value)
void SetTransportAttachmentId(const char *value)
void SetCoreNetworkId(const char *value)
CreateConnectAttachmentRequest & AddTags(Tag &&value)
CreateConnectAttachmentRequest & WithEdgeLocation(const char *value)
void SetCoreNetworkId(Aws::String &&value)
CreateConnectAttachmentRequest & WithTags(const Aws::Vector< Tag > &value)
CreateConnectAttachmentRequest & WithTransportAttachmentId(const Aws::String &value)
CreateConnectAttachmentRequest & WithCoreNetworkId(const char *value)
bool EdgeLocationHasBeenSet() const
CreateConnectAttachmentRequest & WithEdgeLocation(const Aws::String &value)
void SetTags(const Aws::Vector< Tag > &value)
CreateConnectAttachmentRequest & WithTransportAttachmentId(const char *value)
const Aws::String & GetTransportAttachmentId() const
CreateConnectAttachmentRequest & WithTags(Aws::Vector< Tag > &&value)
CreateConnectAttachmentRequest & WithCoreNetworkId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector