7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
42 template <
typename DestinationC
idrBlockT = Aws::String>
44 m_destinationCidrBlockHasBeenSet =
true;
45 m_destinationCidrBlock = std::forward<DestinationCidrBlockT>(value);
47 template <
typename DestinationC
idrBlockT = Aws::String>
60 template <
typename LocalGatewayRouteTableIdT = Aws::String>
62 m_localGatewayRouteTableIdHasBeenSet =
true;
63 m_localGatewayRouteTableId = std::forward<LocalGatewayRouteTableIdT>(value);
65 template <
typename LocalGatewayRouteTableIdT = Aws::String>
78 template <
typename LocalGatewayVirtualInterfaceGroupIdT = Aws::String>
80 m_localGatewayVirtualInterfaceGroupIdHasBeenSet =
true;
81 m_localGatewayVirtualInterfaceGroupId = std::forward<LocalGatewayVirtualInterfaceGroupIdT>(value);
83 template <
typename LocalGatewayVirtualInterfaceGroupIdT = Aws::String>
96 template <
typename NetworkInterfaceIdT = Aws::String>
98 m_networkInterfaceIdHasBeenSet =
true;
99 m_networkInterfaceId = std::forward<NetworkInterfaceIdT>(value);
101 template <
typename NetworkInterfaceIdT = Aws::String>
118 m_dryRunHasBeenSet =
true;
136 template <
typename DestinationPrefixListIdT = Aws::String>
138 m_destinationPrefixListIdHasBeenSet =
true;
139 m_destinationPrefixListId = std::forward<DestinationPrefixListIdT>(value);
141 template <
typename DestinationPrefixListIdT = Aws::String>
156 bool m_dryRun{
false};
159 bool m_destinationCidrBlockHasBeenSet =
false;
160 bool m_localGatewayRouteTableIdHasBeenSet =
false;
161 bool m_localGatewayVirtualInterfaceGroupIdHasBeenSet =
false;
162 bool m_networkInterfaceIdHasBeenSet =
false;
163 bool m_dryRunHasBeenSet =
false;
164 bool m_destinationPrefixListIdHasBeenSet =
false;
void SetDestinationPrefixListId(DestinationPrefixListIdT &&value)
const Aws::String & GetDestinationPrefixListId() const
bool NetworkInterfaceIdHasBeenSet() const
bool DestinationCidrBlockHasBeenSet() const
void SetDestinationCidrBlock(DestinationCidrBlockT &&value)
void SetLocalGatewayRouteTableId(LocalGatewayRouteTableIdT &&value)
const Aws::String & GetDestinationCidrBlock() const
bool DryRunHasBeenSet() const
ModifyLocalGatewayRouteRequest & WithLocalGatewayRouteTableId(LocalGatewayRouteTableIdT &&value)
ModifyLocalGatewayRouteRequest & WithDestinationPrefixListId(DestinationPrefixListIdT &&value)
AWS_EC2_API ModifyLocalGatewayRouteRequest()=default
const Aws::String & GetNetworkInterfaceId() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_EC2_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetDryRun(bool value)
void SetNetworkInterfaceId(NetworkInterfaceIdT &&value)
const Aws::String & GetLocalGatewayRouteTableId() const
ModifyLocalGatewayRouteRequest & WithNetworkInterfaceId(NetworkInterfaceIdT &&value)
void SetLocalGatewayVirtualInterfaceGroupId(LocalGatewayVirtualInterfaceGroupIdT &&value)
ModifyLocalGatewayRouteRequest & WithLocalGatewayVirtualInterfaceGroupId(LocalGatewayVirtualInterfaceGroupIdT &&value)
bool DestinationPrefixListIdHasBeenSet() const
bool LocalGatewayRouteTableIdHasBeenSet() const
ModifyLocalGatewayRouteRequest & WithDryRun(bool value)
const Aws::String & GetLocalGatewayVirtualInterfaceGroupId() const
ModifyLocalGatewayRouteRequest & WithDestinationCidrBlock(DestinationCidrBlockT &&value)
bool LocalGatewayVirtualInterfaceGroupIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String