/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The BGP options for the Connect attachment.See Also:
AWS
* API Reference
The peer Autonomous System Number (ASN).
*/ inline long long GetPeerAsn() const{ return m_peerAsn; } /** *The peer Autonomous System Number (ASN).
*/ inline bool PeerAsnHasBeenSet() const { return m_peerAsnHasBeenSet; } /** *The peer Autonomous System Number (ASN).
*/ inline void SetPeerAsn(long long value) { m_peerAsnHasBeenSet = true; m_peerAsn = value; } /** *The peer Autonomous System Number (ASN).
*/ inline TransitGatewayConnectRequestBgpOptions& WithPeerAsn(long long value) { SetPeerAsn(value); return *this;} private: long long m_peerAsn; bool m_peerAsnHasBeenSet = false; }; } // namespace Model } // namespace EC2 } // namespace Aws