7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
45 template <
typename GatewayIdT = Aws::String>
47 m_gatewayIdHasBeenSet =
true;
48 m_gatewayId = std::forward<GatewayIdT>(value);
50 template <
typename GatewayIdT = Aws::String>
63 template <
typename RouteTableIdT = Aws::String>
65 m_routeTableIdHasBeenSet =
true;
66 m_routeTableId = std::forward<RouteTableIdT>(value);
68 template <
typename RouteTableIdT = Aws::String>
85 m_dryRunHasBeenSet =
true;
99 bool m_gatewayIdHasBeenSet =
false;
100 bool m_routeTableIdHasBeenSet =
false;
101 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