7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename LocalGatewayRouteTableIdT = Aws::String>
46 void SetLocalGatewayRouteTableId(LocalGatewayRouteTableIdT&& value) { m_localGatewayRouteTableIdHasBeenSet =
true; m_localGatewayRouteTableId = std::forward<LocalGatewayRouteTableIdT>(value); }
47 template<
typename LocalGatewayRouteTableIdT = Aws::String>
60 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
66 bool m_localGatewayRouteTableIdHasBeenSet =
false;
69 bool m_dryRunHasBeenSet =
false;
bool LocalGatewayRouteTableIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DeleteLocalGatewayRouteTableRequest & WithLocalGatewayRouteTableId(LocalGatewayRouteTableIdT &&value)
void SetLocalGatewayRouteTableId(LocalGatewayRouteTableIdT &&value)
AWS_EC2_API DeleteLocalGatewayRouteTableRequest()=default
bool DryRunHasBeenSet() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetDryRun(bool value)
DeleteLocalGatewayRouteTableRequest & WithDryRun(bool value)
AWS_EC2_API Aws::String SerializePayload() const override
const Aws::String & GetLocalGatewayRouteTableId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String