7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetGatewayId(
const char* value) { m_gatewayIdHasBeenSet =
true; m_gatewayId.assign(value); }
68 inline void SetRouteTableId(
const char* value) { m_routeTableIdHasBeenSet =
true; m_routeTableId.assign(value); }
83 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
89 bool m_gatewayIdHasBeenSet =
false;
92 bool m_routeTableIdHasBeenSet =
false;
95 bool m_dryRunHasBeenSet =
false;
EnableVgwRoutePropagationRequest & WithRouteTableId(Aws::String &&value)
void SetGatewayId(const Aws::String &value)
void SetGatewayId(Aws::String &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool DryRunHasBeenSet() const
const Aws::String & GetRouteTableId() const
EnableVgwRoutePropagationRequest & WithDryRun(bool value)
virtual const char * GetServiceRequestName() const override
void SetRouteTableId(Aws::String &&value)
EnableVgwRoutePropagationRequest & WithGatewayId(const char *value)
void SetRouteTableId(const Aws::String &value)
EnableVgwRoutePropagationRequest & WithGatewayId(Aws::String &&value)
EnableVgwRoutePropagationRequest & WithRouteTableId(const char *value)
bool GatewayIdHasBeenSet() const
void SetDryRun(bool value)
void SetGatewayId(const char *value)
bool RouteTableIdHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
EnableVgwRoutePropagationRequest & WithGatewayId(const Aws::String &value)
AWS_EC2_API EnableVgwRoutePropagationRequest()
void SetRouteTableId(const char *value)
const Aws::String & GetGatewayId() const
EnableVgwRoutePropagationRequest & WithRouteTableId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String