7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
41 template <
typename GatewayIdT = Aws::String>
43 m_gatewayIdHasBeenSet =
true;
44 m_gatewayId = std::forward<GatewayIdT>(value);
46 template <
typename GatewayIdT = Aws::String>
60 template <
typename PublicIpv4PoolT = Aws::String>
62 m_publicIpv4PoolHasBeenSet =
true;
63 m_publicIpv4Pool = std::forward<PublicIpv4PoolT>(value);
65 template <
typename PublicIpv4PoolT = Aws::String>
82 m_dryRunHasBeenSet =
true;
97 template <
typename SubnetIdT = Aws::String>
99 m_subnetIdHasBeenSet =
true;
100 m_subnetId = std::forward<SubnetIdT>(value);
102 template <
typename SubnetIdT = Aws::String>
115 template <
typename RouteTableIdT = Aws::String>
117 m_routeTableIdHasBeenSet =
true;
118 m_routeTableId = std::forward<RouteTableIdT>(value);
120 template <
typename RouteTableIdT = Aws::String>
131 bool m_dryRun{
false};
136 bool m_gatewayIdHasBeenSet =
false;
137 bool m_publicIpv4PoolHasBeenSet =
false;
138 bool m_dryRunHasBeenSet =
false;
139 bool m_subnetIdHasBeenSet =
false;
140 bool m_routeTableIdHasBeenSet =
false;
bool GatewayIdHasBeenSet() const
const Aws::String & GetGatewayId() const
bool RouteTableIdHasBeenSet() const
AssociateRouteTableRequest & WithSubnetId(SubnetIdT &&value)
bool DryRunHasBeenSet() const
AWS_EC2_API AssociateRouteTableRequest()=default
AssociateRouteTableRequest & WithDryRun(bool value)
const Aws::String & GetPublicIpv4Pool() const
const Aws::String & GetRouteTableId() const
const Aws::String & GetSubnetId() const
void SetGatewayId(GatewayIdT &&value)
AssociateRouteTableRequest & WithRouteTableId(RouteTableIdT &&value)
bool SubnetIdHasBeenSet() const
void SetRouteTableId(RouteTableIdT &&value)
void SetPublicIpv4Pool(PublicIpv4PoolT &&value)
AssociateRouteTableRequest & WithPublicIpv4Pool(PublicIpv4PoolT &&value)
void SetSubnetId(SubnetIdT &&value)
AssociateRouteTableRequest & WithGatewayId(GatewayIdT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
void SetDryRun(bool value)
virtual const char * GetServiceRequestName() const override
bool PublicIpv4PoolHasBeenSet() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String