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
47 template<
typename AttachmentT = Attachment>
48 void SetAttachment(AttachmentT&& value) { m_attachmentHasBeenSet =
true; m_attachment = std::forward<AttachmentT>(value); }
49 template<
typename AttachmentT = Attachment>
59 template<
typename VpnConnectionArnT = Aws::String>
60 void SetVpnConnectionArn(VpnConnectionArnT&& value) { m_vpnConnectionArnHasBeenSet =
true; m_vpnConnectionArn = std::forward<VpnConnectionArnT>(value); }
61 template<
typename VpnConnectionArnT = Aws::String>
67 bool m_attachmentHasBeenSet =
false;
70 bool m_vpnConnectionArnHasBeenSet =
false;
AWS_NETWORKMANAGER_API SiteToSiteVpnAttachment()=default
const Attachment & GetAttachment() const
const Aws::String & GetVpnConnectionArn() const
AWS_NETWORKMANAGER_API SiteToSiteVpnAttachment & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetVpnConnectionArn(VpnConnectionArnT &&value)
bool VpnConnectionArnHasBeenSet() const
void SetAttachment(AttachmentT &&value)
AWS_NETWORKMANAGER_API SiteToSiteVpnAttachment(Aws::Utils::Json::JsonView jsonValue)
AWS_NETWORKMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
SiteToSiteVpnAttachment & WithVpnConnectionArn(VpnConnectionArnT &&value)
SiteToSiteVpnAttachment & WithAttachment(AttachmentT &&value)
bool AttachmentHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue