7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/networkmanager/NetworkManagerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace NetworkManager
43 inline void SetCustomerGatewayArn(
const char* value) { m_customerGatewayArnHasBeenSet =
true; m_customerGatewayArn.assign(value); }
57 inline void SetGlobalNetworkId(
const char* value) { m_globalNetworkIdHasBeenSet =
true; m_globalNetworkId.assign(value); }
71 inline void SetDeviceId(
const char* value) { m_deviceIdHasBeenSet =
true; m_deviceId.assign(value); }
85 inline void SetLinkId(
const char* value) { m_linkIdHasBeenSet =
true; m_linkId.assign(value); }
93 bool m_customerGatewayArnHasBeenSet =
false;
96 bool m_globalNetworkIdHasBeenSet =
false;
99 bool m_deviceIdHasBeenSet =
false;
102 bool m_linkIdHasBeenSet =
false;
void SetGlobalNetworkId(const char *value)
AssociateCustomerGatewayRequest & WithCustomerGatewayArn(const Aws::String &value)
void SetLinkId(Aws::String &&value)
AWS_NETWORKMANAGER_API AssociateCustomerGatewayRequest()
const Aws::String & GetLinkId() const
AWS_NETWORKMANAGER_API Aws::String SerializePayload() const override
const Aws::String & GetDeviceId() const
bool DeviceIdHasBeenSet() const
void SetCustomerGatewayArn(const Aws::String &value)
AssociateCustomerGatewayRequest & WithDeviceId(const Aws::String &value)
AssociateCustomerGatewayRequest & WithDeviceId(Aws::String &&value)
void SetGlobalNetworkId(const Aws::String &value)
void SetCustomerGatewayArn(Aws::String &&value)
AssociateCustomerGatewayRequest & WithLinkId(const Aws::String &value)
void SetCustomerGatewayArn(const char *value)
bool GlobalNetworkIdHasBeenSet() const
void SetDeviceId(const Aws::String &value)
void SetLinkId(const Aws::String &value)
AssociateCustomerGatewayRequest & WithGlobalNetworkId(Aws::String &&value)
AssociateCustomerGatewayRequest & WithLinkId(Aws::String &&value)
void SetDeviceId(const char *value)
AssociateCustomerGatewayRequest & WithCustomerGatewayArn(Aws::String &&value)
const Aws::String & GetGlobalNetworkId() const
AssociateCustomerGatewayRequest & WithDeviceId(const char *value)
const Aws::String & GetCustomerGatewayArn() const
virtual const char * GetServiceRequestName() const override
AssociateCustomerGatewayRequest & WithLinkId(const char *value)
AssociateCustomerGatewayRequest & WithCustomerGatewayArn(const char *value)
bool LinkIdHasBeenSet() const
AssociateCustomerGatewayRequest & WithGlobalNetworkId(const Aws::String &value)
bool CustomerGatewayArnHasBeenSet() const
void SetLinkId(const char *value)
void SetGlobalNetworkId(Aws::String &&value)
void SetDeviceId(Aws::String &&value)
AssociateCustomerGatewayRequest & WithGlobalNetworkId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String