7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2_EXPORTS.h>
42 template <
typename DestinationC
idrT = Aws::String>
44 m_destinationCidrHasBeenSet =
true;
45 m_destinationCidr = std::forward<DestinationCidrT>(value);
47 template <
typename DestinationC
idrT = Aws::String>
60 template <
typename DestinationPrefixListIdT = Aws::String>
62 m_destinationPrefixListIdHasBeenSet =
true;
63 m_destinationPrefixListId = std::forward<DestinationPrefixListIdT>(value);
65 template <
typename DestinationPrefixListIdT = Aws::String>
78 template <
typename EgressOnlyInternetGatewayIdT = Aws::String>
80 m_egressOnlyInternetGatewayIdHasBeenSet =
true;
81 m_egressOnlyInternetGatewayId = std::forward<EgressOnlyInternetGatewayIdT>(value);
83 template <
typename EgressOnlyInternetGatewayIdT = Aws::String>
97 template <
typename GatewayIdT = Aws::String>
99 m_gatewayIdHasBeenSet =
true;
100 m_gatewayId = std::forward<GatewayIdT>(value);
102 template <
typename GatewayIdT = Aws::String>
115 template <
typename InstanceIdT = Aws::String>
117 m_instanceIdHasBeenSet =
true;
118 m_instanceId = std::forward<InstanceIdT>(value);
120 template <
typename InstanceIdT = Aws::String>
133 template <
typename NatGatewayIdT = Aws::String>
135 m_natGatewayIdHasBeenSet =
true;
136 m_natGatewayId = std::forward<NatGatewayIdT>(value);
138 template <
typename NatGatewayIdT = Aws::String>
151 template <
typename NetworkInterfaceIdT = Aws::String>
153 m_networkInterfaceIdHasBeenSet =
true;
154 m_networkInterfaceId = std::forward<NetworkInterfaceIdT>(value);
156 template <
typename NetworkInterfaceIdT = Aws::String>
173 template <
typename OriginT = Aws::String>
175 m_originHasBeenSet =
true;
176 m_origin = std::forward<OriginT>(value);
178 template <
typename OriginT = Aws::String>
191 template <
typename TransitGatewayIdT = Aws::String>
193 m_transitGatewayIdHasBeenSet =
true;
194 m_transitGatewayId = std::forward<TransitGatewayIdT>(value);
196 template <
typename TransitGatewayIdT = Aws::String>
209 template <
typename VpcPeeringConnectionIdT = Aws::String>
211 m_vpcPeeringConnectionIdHasBeenSet =
true;
212 m_vpcPeeringConnectionId = std::forward<VpcPeeringConnectionIdT>(value);
214 template <
typename VpcPeeringConnectionIdT = Aws::String>
228 template <
typename StateT = Aws::String>
230 m_stateHasBeenSet =
true;
231 m_state = std::forward<StateT>(value);
233 template <
typename StateT = Aws::String>
235 SetState(std::forward<StateT>(value));
246 template <
typename CarrierGatewayIdT = Aws::String>
248 m_carrierGatewayIdHasBeenSet =
true;
249 m_carrierGatewayId = std::forward<CarrierGatewayIdT>(value);
251 template <
typename CarrierGatewayIdT = Aws::String>
264 template <
typename CoreNetworkArnT = Aws::String>
266 m_coreNetworkArnHasBeenSet =
true;
267 m_coreNetworkArn = std::forward<CoreNetworkArnT>(value);
269 template <
typename CoreNetworkArnT = Aws::String>
282 template <
typename LocalGatewayIdT = Aws::String>
284 m_localGatewayIdHasBeenSet =
true;
285 m_localGatewayId = std::forward<LocalGatewayIdT>(value);
287 template <
typename LocalGatewayIdT = Aws::String>
321 bool m_destinationCidrHasBeenSet =
false;
322 bool m_destinationPrefixListIdHasBeenSet =
false;
323 bool m_egressOnlyInternetGatewayIdHasBeenSet =
false;
324 bool m_gatewayIdHasBeenSet =
false;
325 bool m_instanceIdHasBeenSet =
false;
326 bool m_natGatewayIdHasBeenSet =
false;
327 bool m_networkInterfaceIdHasBeenSet =
false;
328 bool m_originHasBeenSet =
false;
329 bool m_transitGatewayIdHasBeenSet =
false;
330 bool m_vpcPeeringConnectionIdHasBeenSet =
false;
331 bool m_stateHasBeenSet =
false;
332 bool m_carrierGatewayIdHasBeenSet =
false;
333 bool m_coreNetworkArnHasBeenSet =
false;
334 bool m_localGatewayIdHasBeenSet =
false;
AWS_EC2_API AnalysisRouteTableRoute(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API AnalysisRouteTableRoute & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetLocalGatewayId(LocalGatewayIdT &&value)
AnalysisRouteTableRoute & WithVpcPeeringConnectionId(VpcPeeringConnectionIdT &&value)
bool VpcPeeringConnectionIdHasBeenSet() const
const Aws::String & GetGatewayId() const
void SetDestinationCidr(DestinationCidrT &&value)
void SetState(StateT &&value)
AnalysisRouteTableRoute & WithInstanceId(InstanceIdT &&value)
bool OriginHasBeenSet() const
AnalysisRouteTableRoute & WithNatGatewayId(NatGatewayIdT &&value)
bool StateHasBeenSet() const
void SetInstanceId(InstanceIdT &&value)
void SetNatGatewayId(NatGatewayIdT &&value)
AnalysisRouteTableRoute & WithDestinationCidr(DestinationCidrT &&value)
AnalysisRouteTableRoute & WithOrigin(OriginT &&value)
bool NatGatewayIdHasBeenSet() const
void SetGatewayId(GatewayIdT &&value)
bool DestinationCidrHasBeenSet() const
AnalysisRouteTableRoute & WithDestinationPrefixListId(DestinationPrefixListIdT &&value)
const Aws::String & GetNatGatewayId() const
const Aws::String & GetTransitGatewayId() const
const Aws::String & GetOrigin() const
AnalysisRouteTableRoute & WithCarrierGatewayId(CarrierGatewayIdT &&value)
AnalysisRouteTableRoute & WithLocalGatewayId(LocalGatewayIdT &&value)
const Aws::String & GetDestinationCidr() const
AnalysisRouteTableRoute & WithTransitGatewayId(TransitGatewayIdT &&value)
bool LocalGatewayIdHasBeenSet() const
bool CarrierGatewayIdHasBeenSet() const
const Aws::String & GetNetworkInterfaceId() const
void SetEgressOnlyInternetGatewayId(EgressOnlyInternetGatewayIdT &&value)
const Aws::String & GetInstanceId() const
void SetCoreNetworkArn(CoreNetworkArnT &&value)
const Aws::String & GetDestinationPrefixListId() const
void SetNetworkInterfaceId(NetworkInterfaceIdT &&value)
void SetCarrierGatewayId(CarrierGatewayIdT &&value)
const Aws::String & GetVpcPeeringConnectionId() const
bool CoreNetworkArnHasBeenSet() const
bool InstanceIdHasBeenSet() const
bool TransitGatewayIdHasBeenSet() const
AnalysisRouteTableRoute & WithEgressOnlyInternetGatewayId(EgressOnlyInternetGatewayIdT &&value)
void SetDestinationPrefixListId(DestinationPrefixListIdT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AnalysisRouteTableRoute & WithNetworkInterfaceId(NetworkInterfaceIdT &&value)
void SetTransitGatewayId(TransitGatewayIdT &&value)
AnalysisRouteTableRoute & WithGatewayId(GatewayIdT &&value)
AnalysisRouteTableRoute & WithState(StateT &&value)
void SetVpcPeeringConnectionId(VpcPeeringConnectionIdT &&value)
const Aws::String & GetCarrierGatewayId() const
const Aws::String & GetCoreNetworkArn() const
AWS_EC2_API AnalysisRouteTableRoute()=default
const Aws::String & GetLocalGatewayId() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool GatewayIdHasBeenSet() const
bool DestinationPrefixListIdHasBeenSet() const
bool NetworkInterfaceIdHasBeenSet() const
bool EgressOnlyInternetGatewayIdHasBeenSet() const
AnalysisRouteTableRoute & WithCoreNetworkArn(CoreNetworkArnT &&value)
const Aws::String & GetEgressOnlyInternetGatewayId() const
void SetOrigin(OriginT &&value)
const Aws::String & GetState() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream