7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename DestinationC
idrBlockT = Aws::String>
47 void SetDestinationCidrBlock(DestinationCidrBlockT&& value) { m_destinationCidrBlockHasBeenSet =
true; m_destinationCidrBlock = std::forward<DestinationCidrBlockT>(value); }
48 template<
typename DestinationC
idrBlockT = Aws::String>
58 template<
typename LocalGatewayRouteTableIdT = Aws::String>
59 void SetLocalGatewayRouteTableId(LocalGatewayRouteTableIdT&& value) { m_localGatewayRouteTableIdHasBeenSet =
true; m_localGatewayRouteTableId = std::forward<LocalGatewayRouteTableIdT>(value); }
60 template<
typename LocalGatewayRouteTableIdT = Aws::String>
73 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
85 template<
typename DestinationPrefixListIdT = Aws::String>
86 void SetDestinationPrefixListId(DestinationPrefixListIdT&& value) { m_destinationPrefixListIdHasBeenSet =
true; m_destinationPrefixListId = std::forward<DestinationPrefixListIdT>(value); }
87 template<
typename DestinationPrefixListIdT = Aws::String>
93 bool m_destinationCidrBlockHasBeenSet =
false;
96 bool m_localGatewayRouteTableIdHasBeenSet =
false;
99 bool m_dryRunHasBeenSet =
false;
102 bool m_destinationPrefixListIdHasBeenSet =
false;
const Aws::String & GetLocalGatewayRouteTableId() const
const Aws::String & GetDestinationCidrBlock() const
bool DestinationPrefixListIdHasBeenSet() const
bool DestinationCidrBlockHasBeenSet() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_EC2_API DeleteLocalGatewayRouteRequest()=default
bool DryRunHasBeenSet() const
void SetDryRun(bool value)
DeleteLocalGatewayRouteRequest & WithLocalGatewayRouteTableId(LocalGatewayRouteTableIdT &&value)
void SetDestinationPrefixListId(DestinationPrefixListIdT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
void SetLocalGatewayRouteTableId(LocalGatewayRouteTableIdT &&value)
bool LocalGatewayRouteTableIdHasBeenSet() const
void SetDestinationCidrBlock(DestinationCidrBlockT &&value)
DeleteLocalGatewayRouteRequest & WithDryRun(bool value)
const Aws::String & GetDestinationPrefixListId() const
DeleteLocalGatewayRouteRequest & WithDestinationCidrBlock(DestinationCidrBlockT &&value)
DeleteLocalGatewayRouteRequest & WithDestinationPrefixListId(DestinationPrefixListIdT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String