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