7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename GatewayIdT = Aws::String>
52 void SetGatewayId(GatewayIdT&& value) { m_gatewayIdHasBeenSet =
true; m_gatewayId = std::forward<GatewayIdT>(value); }
53 template<
typename GatewayIdT = Aws::String>
64 template<
typename RouteTableIdT = Aws::String>
65 void SetRouteTableId(RouteTableIdT&& value) { m_routeTableIdHasBeenSet =
true; m_routeTableId = std::forward<RouteTableIdT>(value); }
66 template<
typename RouteTableIdT = Aws::String>
79 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
85 bool m_gatewayIdHasBeenSet =
false;
88 bool m_routeTableIdHasBeenSet =
false;
91 bool m_dryRunHasBeenSet =
false;
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool DryRunHasBeenSet() const
const Aws::String & GetRouteTableId() const
void SetRouteTableId(RouteTableIdT &&value)
AWS_EC2_API EnableVgwRoutePropagationRequest()=default
EnableVgwRoutePropagationRequest & WithDryRun(bool value)
virtual const char * GetServiceRequestName() const override
bool GatewayIdHasBeenSet() const
void SetDryRun(bool value)
bool RouteTableIdHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
void SetGatewayId(GatewayIdT &&value)
EnableVgwRoutePropagationRequest & WithGatewayId(GatewayIdT &&value)
EnableVgwRoutePropagationRequest & WithRouteTableId(RouteTableIdT &&value)
const Aws::String & GetGatewayId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String