7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "AssociateTransitGatewayRouteTable"; }
45 template<
typename TransitGatewayRouteTableIdT = Aws::String>
46 void SetTransitGatewayRouteTableId(TransitGatewayRouteTableIdT&& value) { m_transitGatewayRouteTableIdHasBeenSet =
true; m_transitGatewayRouteTableId = std::forward<TransitGatewayRouteTableIdT>(value); }
47 template<
typename TransitGatewayRouteTableIdT = Aws::String>
57 template<
typename TransitGatewayAttachmentIdT = Aws::String>
58 void SetTransitGatewayAttachmentId(TransitGatewayAttachmentIdT&& value) { m_transitGatewayAttachmentIdHasBeenSet =
true; m_transitGatewayAttachmentId = std::forward<TransitGatewayAttachmentIdT>(value); }
59 template<
typename TransitGatewayAttachmentIdT = Aws::String>
72 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
78 bool m_transitGatewayRouteTableIdHasBeenSet =
false;
81 bool m_transitGatewayAttachmentIdHasBeenSet =
false;
84 bool m_dryRunHasBeenSet =
false;
void SetDryRun(bool value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetTransitGatewayRouteTableId() const
bool DryRunHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
const Aws::String & GetTransitGatewayAttachmentId() const
AssociateTransitGatewayRouteTableRequest & WithTransitGatewayRouteTableId(TransitGatewayRouteTableIdT &&value)
AWS_EC2_API AssociateTransitGatewayRouteTableRequest()=default
AssociateTransitGatewayRouteTableRequest & WithTransitGatewayAttachmentId(TransitGatewayAttachmentIdT &&value)
void SetTransitGatewayRouteTableId(TransitGatewayRouteTableIdT &&value)
void SetTransitGatewayAttachmentId(TransitGatewayAttachmentIdT &&value)
virtual const char * GetServiceRequestName() const override
AssociateTransitGatewayRouteTableRequest & WithDryRun(bool value)
bool TransitGatewayAttachmentIdHasBeenSet() const
bool TransitGatewayRouteTableIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String