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
60 inline void SetPeeringId(
const char* value) { m_peeringIdHasBeenSet =
true; m_peeringId.assign(value); }
76 inline void SetTransitGatewayRouteTableArn(
const char* value) { m_transitGatewayRouteTableArnHasBeenSet =
true; m_transitGatewayRouteTableArn.assign(value); }
84 bool m_attachmentHasBeenSet =
false;
87 bool m_peeringIdHasBeenSet =
false;
90 bool m_transitGatewayRouteTableArnHasBeenSet =
false;
AWS_NETWORKMANAGER_API TransitGatewayRouteTableAttachment()
TransitGatewayRouteTableAttachment & WithAttachment(const Attachment &value)
bool TransitGatewayRouteTableArnHasBeenSet() const
bool PeeringIdHasBeenSet() const
void SetTransitGatewayRouteTableArn(Aws::String &&value)
AWS_NETWORKMANAGER_API TransitGatewayRouteTableAttachment(Aws::Utils::Json::JsonView jsonValue)
void SetAttachment(const Attachment &value)
TransitGatewayRouteTableAttachment & WithTransitGatewayRouteTableArn(Aws::String &&value)
void SetTransitGatewayRouteTableArn(const Aws::String &value)
TransitGatewayRouteTableAttachment & WithTransitGatewayRouteTableArn(const char *value)
TransitGatewayRouteTableAttachment & WithPeeringId(const Aws::String &value)
TransitGatewayRouteTableAttachment & WithTransitGatewayRouteTableArn(const Aws::String &value)
void SetTransitGatewayRouteTableArn(const char *value)
TransitGatewayRouteTableAttachment & WithAttachment(Attachment &&value)
const Aws::String & GetTransitGatewayRouteTableArn() const
void SetAttachment(Attachment &&value)
void SetPeeringId(const Aws::String &value)
AWS_NETWORKMANAGER_API TransitGatewayRouteTableAttachment & operator=(Aws::Utils::Json::JsonView jsonValue)
TransitGatewayRouteTableAttachment & WithPeeringId(Aws::String &&value)
bool AttachmentHasBeenSet() const
void SetPeeringId(Aws::String &&value)
const Attachment & GetAttachment() const
AWS_NETWORKMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetPeeringId() const
void SetPeeringId(const char *value)
TransitGatewayRouteTableAttachment & WithPeeringId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue