7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/networkmanager/model/Attachment.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace NetworkManager
61 inline void SetVpnConnectionArn(
const char* value) { m_vpnConnectionArnHasBeenSet =
true; m_vpnConnectionArn.assign(value); }
69 bool m_attachmentHasBeenSet =
false;
72 bool m_vpnConnectionArnHasBeenSet =
false;
const Attachment & GetAttachment() const
const Aws::String & GetVpnConnectionArn() const
AWS_NETWORKMANAGER_API SiteToSiteVpnAttachment & operator=(Aws::Utils::Json::JsonView jsonValue)
SiteToSiteVpnAttachment & WithAttachment(const Attachment &value)
void SetAttachment(Attachment &&value)
void SetVpnConnectionArn(const Aws::String &value)
SiteToSiteVpnAttachment & WithVpnConnectionArn(const char *value)
bool VpnConnectionArnHasBeenSet() const
void SetAttachment(const Attachment &value)
SiteToSiteVpnAttachment & WithVpnConnectionArn(const Aws::String &value)
void SetVpnConnectionArn(Aws::String &&value)
AWS_NETWORKMANAGER_API SiteToSiteVpnAttachment(Aws::Utils::Json::JsonView jsonValue)
SiteToSiteVpnAttachment & WithAttachment(Attachment &&value)
AWS_NETWORKMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
bool AttachmentHasBeenSet() const
SiteToSiteVpnAttachment & WithVpnConnectionArn(Aws::String &&value)
void SetVpnConnectionArn(const char *value)
AWS_NETWORKMANAGER_API SiteToSiteVpnAttachment()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue