7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/networkmanager/model/CustomerGatewayAssociationState.h>
22namespace NetworkManager
50 inline void SetCustomerGatewayArn(
const char* value) { m_customerGatewayArnHasBeenSet =
true; m_customerGatewayArn.assign(value); }
64 inline void SetGlobalNetworkId(
const char* value) { m_globalNetworkIdHasBeenSet =
true; m_globalNetworkId.assign(value); }
78 inline void SetDeviceId(
const char* value) { m_deviceIdHasBeenSet =
true; m_deviceId.assign(value); }
92 inline void SetLinkId(
const char* value) { m_linkIdHasBeenSet =
true; m_linkId.assign(value); }
112 bool m_customerGatewayArnHasBeenSet =
false;
115 bool m_globalNetworkIdHasBeenSet =
false;
118 bool m_deviceIdHasBeenSet =
false;
121 bool m_linkIdHasBeenSet =
false;
124 bool m_stateHasBeenSet =
false;
CustomerGatewayAssociation & WithGlobalNetworkId(Aws::String &&value)
AWS_NETWORKMANAGER_API CustomerGatewayAssociation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCustomerGatewayArn(Aws::String &&value)
AWS_NETWORKMANAGER_API CustomerGatewayAssociation(Aws::Utils::Json::JsonView jsonValue)
bool CustomerGatewayArnHasBeenSet() const
AWS_NETWORKMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
const CustomerGatewayAssociationState & GetState() const
CustomerGatewayAssociation & WithCustomerGatewayArn(Aws::String &&value)
void SetDeviceId(const Aws::String &value)
bool DeviceIdHasBeenSet() const
void SetLinkId(const char *value)
CustomerGatewayAssociation & WithLinkId(const Aws::String &value)
CustomerGatewayAssociation & WithCustomerGatewayArn(const char *value)
CustomerGatewayAssociation & WithLinkId(const char *value)
void SetLinkId(const Aws::String &value)
void SetState(CustomerGatewayAssociationState &&value)
bool GlobalNetworkIdHasBeenSet() const
const Aws::String & GetLinkId() const
bool LinkIdHasBeenSet() const
CustomerGatewayAssociation & WithDeviceId(Aws::String &&value)
CustomerGatewayAssociation & WithGlobalNetworkId(const Aws::String &value)
void SetGlobalNetworkId(Aws::String &&value)
CustomerGatewayAssociation & WithGlobalNetworkId(const char *value)
void SetCustomerGatewayArn(const char *value)
void SetGlobalNetworkId(const Aws::String &value)
bool StateHasBeenSet() const
CustomerGatewayAssociation & WithDeviceId(const char *value)
const Aws::String & GetGlobalNetworkId() const
const Aws::String & GetCustomerGatewayArn() const
CustomerGatewayAssociation & WithCustomerGatewayArn(const Aws::String &value)
CustomerGatewayAssociation & WithLinkId(Aws::String &&value)
CustomerGatewayAssociation & WithDeviceId(const Aws::String &value)
void SetGlobalNetworkId(const char *value)
AWS_NETWORKMANAGER_API CustomerGatewayAssociation()
void SetState(const CustomerGatewayAssociationState &value)
CustomerGatewayAssociation & WithState(CustomerGatewayAssociationState &&value)
void SetDeviceId(Aws::String &&value)
void SetLinkId(Aws::String &&value)
CustomerGatewayAssociation & WithState(const CustomerGatewayAssociationState &value)
const Aws::String & GetDeviceId() const
void SetDeviceId(const char *value)
void SetCustomerGatewayArn(const Aws::String &value)
CustomerGatewayAssociationState
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue