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
46 template<
typename AttachmentT = Attachment>
47 void SetAttachment(AttachmentT&& value) { m_attachmentHasBeenSet =
true; m_attachment = std::forward<AttachmentT>(value); }
48 template<
typename AttachmentT = Attachment>
58 template<
typename PeeringIdT = Aws::String>
59 void SetPeeringId(PeeringIdT&& value) { m_peeringIdHasBeenSet =
true; m_peeringId = std::forward<PeeringIdT>(value); }
60 template<
typename PeeringIdT = Aws::String>
72 template<
typename TransitGatewayRouteTableArnT = Aws::String>
73 void SetTransitGatewayRouteTableArn(TransitGatewayRouteTableArnT&& value) { m_transitGatewayRouteTableArnHasBeenSet =
true; m_transitGatewayRouteTableArn = std::forward<TransitGatewayRouteTableArnT>(value); }
74 template<
typename TransitGatewayRouteTableArnT = Aws::String>
80 bool m_attachmentHasBeenSet =
false;
83 bool m_peeringIdHasBeenSet =
false;
86 bool m_transitGatewayRouteTableArnHasBeenSet =
false;
TransitGatewayRouteTableAttachment & WithTransitGatewayRouteTableArn(TransitGatewayRouteTableArnT &&value)
bool TransitGatewayRouteTableArnHasBeenSet() const
bool PeeringIdHasBeenSet() const
AWS_NETWORKMANAGER_API TransitGatewayRouteTableAttachment(Aws::Utils::Json::JsonView jsonValue)
void SetAttachment(AttachmentT &&value)
const Aws::String & GetTransitGatewayRouteTableArn() const
TransitGatewayRouteTableAttachment & WithPeeringId(PeeringIdT &&value)
TransitGatewayRouteTableAttachment & WithAttachment(AttachmentT &&value)
void SetPeeringId(PeeringIdT &&value)
AWS_NETWORKMANAGER_API TransitGatewayRouteTableAttachment & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AttachmentHasBeenSet() const
AWS_NETWORKMANAGER_API TransitGatewayRouteTableAttachment()=default
const Attachment & GetAttachment() const
AWS_NETWORKMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetPeeringId() const
void SetTransitGatewayRouteTableArn(TransitGatewayRouteTableArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue