AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RouteSetDetails.h
1
6#pragma once
7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace SecurityHub
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_SECURITYHUB_API RouteSetDetails();
36 AWS_SECURITYHUB_API RouteSetDetails(Aws::Utils::Json::JsonView jsonValue);
37 AWS_SECURITYHUB_API RouteSetDetails& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetCarrierGatewayId() const{ return m_carrierGatewayId; }
46 inline bool CarrierGatewayIdHasBeenSet() const { return m_carrierGatewayIdHasBeenSet; }
47 inline void SetCarrierGatewayId(const Aws::String& value) { m_carrierGatewayIdHasBeenSet = true; m_carrierGatewayId = value; }
48 inline void SetCarrierGatewayId(Aws::String&& value) { m_carrierGatewayIdHasBeenSet = true; m_carrierGatewayId = std::move(value); }
49 inline void SetCarrierGatewayId(const char* value) { m_carrierGatewayIdHasBeenSet = true; m_carrierGatewayId.assign(value); }
50 inline RouteSetDetails& WithCarrierGatewayId(const Aws::String& value) { SetCarrierGatewayId(value); return *this;}
51 inline RouteSetDetails& WithCarrierGatewayId(Aws::String&& value) { SetCarrierGatewayId(std::move(value)); return *this;}
52 inline RouteSetDetails& WithCarrierGatewayId(const char* value) { SetCarrierGatewayId(value); return *this;}
54
56
59 inline const Aws::String& GetCoreNetworkArn() const{ return m_coreNetworkArn; }
60 inline bool CoreNetworkArnHasBeenSet() const { return m_coreNetworkArnHasBeenSet; }
61 inline void SetCoreNetworkArn(const Aws::String& value) { m_coreNetworkArnHasBeenSet = true; m_coreNetworkArn = value; }
62 inline void SetCoreNetworkArn(Aws::String&& value) { m_coreNetworkArnHasBeenSet = true; m_coreNetworkArn = std::move(value); }
63 inline void SetCoreNetworkArn(const char* value) { m_coreNetworkArnHasBeenSet = true; m_coreNetworkArn.assign(value); }
64 inline RouteSetDetails& WithCoreNetworkArn(const Aws::String& value) { SetCoreNetworkArn(value); return *this;}
65 inline RouteSetDetails& WithCoreNetworkArn(Aws::String&& value) { SetCoreNetworkArn(std::move(value)); return *this;}
66 inline RouteSetDetails& WithCoreNetworkArn(const char* value) { SetCoreNetworkArn(value); return *this;}
68
70
73 inline const Aws::String& GetDestinationCidrBlock() const{ return m_destinationCidrBlock; }
74 inline bool DestinationCidrBlockHasBeenSet() const { return m_destinationCidrBlockHasBeenSet; }
75 inline void SetDestinationCidrBlock(const Aws::String& value) { m_destinationCidrBlockHasBeenSet = true; m_destinationCidrBlock = value; }
76 inline void SetDestinationCidrBlock(Aws::String&& value) { m_destinationCidrBlockHasBeenSet = true; m_destinationCidrBlock = std::move(value); }
77 inline void SetDestinationCidrBlock(const char* value) { m_destinationCidrBlockHasBeenSet = true; m_destinationCidrBlock.assign(value); }
78 inline RouteSetDetails& WithDestinationCidrBlock(const Aws::String& value) { SetDestinationCidrBlock(value); return *this;}
79 inline RouteSetDetails& WithDestinationCidrBlock(Aws::String&& value) { SetDestinationCidrBlock(std::move(value)); return *this;}
80 inline RouteSetDetails& WithDestinationCidrBlock(const char* value) { SetDestinationCidrBlock(value); return *this;}
82
84
87 inline const Aws::String& GetDestinationIpv6CidrBlock() const{ return m_destinationIpv6CidrBlock; }
88 inline bool DestinationIpv6CidrBlockHasBeenSet() const { return m_destinationIpv6CidrBlockHasBeenSet; }
89 inline void SetDestinationIpv6CidrBlock(const Aws::String& value) { m_destinationIpv6CidrBlockHasBeenSet = true; m_destinationIpv6CidrBlock = value; }
90 inline void SetDestinationIpv6CidrBlock(Aws::String&& value) { m_destinationIpv6CidrBlockHasBeenSet = true; m_destinationIpv6CidrBlock = std::move(value); }
91 inline void SetDestinationIpv6CidrBlock(const char* value) { m_destinationIpv6CidrBlockHasBeenSet = true; m_destinationIpv6CidrBlock.assign(value); }
93 inline RouteSetDetails& WithDestinationIpv6CidrBlock(Aws::String&& value) { SetDestinationIpv6CidrBlock(std::move(value)); return *this;}
94 inline RouteSetDetails& WithDestinationIpv6CidrBlock(const char* value) { SetDestinationIpv6CidrBlock(value); return *this;}
96
98
101 inline const Aws::String& GetDestinationPrefixListId() const{ return m_destinationPrefixListId; }
102 inline bool DestinationPrefixListIdHasBeenSet() const { return m_destinationPrefixListIdHasBeenSet; }
103 inline void SetDestinationPrefixListId(const Aws::String& value) { m_destinationPrefixListIdHasBeenSet = true; m_destinationPrefixListId = value; }
104 inline void SetDestinationPrefixListId(Aws::String&& value) { m_destinationPrefixListIdHasBeenSet = true; m_destinationPrefixListId = std::move(value); }
105 inline void SetDestinationPrefixListId(const char* value) { m_destinationPrefixListIdHasBeenSet = true; m_destinationPrefixListId.assign(value); }
107 inline RouteSetDetails& WithDestinationPrefixListId(Aws::String&& value) { SetDestinationPrefixListId(std::move(value)); return *this;}
108 inline RouteSetDetails& WithDestinationPrefixListId(const char* value) { SetDestinationPrefixListId(value); return *this;}
110
112
115 inline const Aws::String& GetEgressOnlyInternetGatewayId() const{ return m_egressOnlyInternetGatewayId; }
116 inline bool EgressOnlyInternetGatewayIdHasBeenSet() const { return m_egressOnlyInternetGatewayIdHasBeenSet; }
117 inline void SetEgressOnlyInternetGatewayId(const Aws::String& value) { m_egressOnlyInternetGatewayIdHasBeenSet = true; m_egressOnlyInternetGatewayId = value; }
118 inline void SetEgressOnlyInternetGatewayId(Aws::String&& value) { m_egressOnlyInternetGatewayIdHasBeenSet = true; m_egressOnlyInternetGatewayId = std::move(value); }
119 inline void SetEgressOnlyInternetGatewayId(const char* value) { m_egressOnlyInternetGatewayIdHasBeenSet = true; m_egressOnlyInternetGatewayId.assign(value); }
122 inline RouteSetDetails& WithEgressOnlyInternetGatewayId(const char* value) { SetEgressOnlyInternetGatewayId(value); return *this;}
124
126
129 inline const Aws::String& GetGatewayId() const{ return m_gatewayId; }
130 inline bool GatewayIdHasBeenSet() const { return m_gatewayIdHasBeenSet; }
131 inline void SetGatewayId(const Aws::String& value) { m_gatewayIdHasBeenSet = true; m_gatewayId = value; }
132 inline void SetGatewayId(Aws::String&& value) { m_gatewayIdHasBeenSet = true; m_gatewayId = std::move(value); }
133 inline void SetGatewayId(const char* value) { m_gatewayIdHasBeenSet = true; m_gatewayId.assign(value); }
134 inline RouteSetDetails& WithGatewayId(const Aws::String& value) { SetGatewayId(value); return *this;}
135 inline RouteSetDetails& WithGatewayId(Aws::String&& value) { SetGatewayId(std::move(value)); return *this;}
136 inline RouteSetDetails& WithGatewayId(const char* value) { SetGatewayId(value); return *this;}
138
140
143 inline const Aws::String& GetInstanceId() const{ return m_instanceId; }
144 inline bool InstanceIdHasBeenSet() const { return m_instanceIdHasBeenSet; }
145 inline void SetInstanceId(const Aws::String& value) { m_instanceIdHasBeenSet = true; m_instanceId = value; }
146 inline void SetInstanceId(Aws::String&& value) { m_instanceIdHasBeenSet = true; m_instanceId = std::move(value); }
147 inline void SetInstanceId(const char* value) { m_instanceIdHasBeenSet = true; m_instanceId.assign(value); }
148 inline RouteSetDetails& WithInstanceId(const Aws::String& value) { SetInstanceId(value); return *this;}
149 inline RouteSetDetails& WithInstanceId(Aws::String&& value) { SetInstanceId(std::move(value)); return *this;}
150 inline RouteSetDetails& WithInstanceId(const char* value) { SetInstanceId(value); return *this;}
152
154
157 inline const Aws::String& GetInstanceOwnerId() const{ return m_instanceOwnerId; }
158 inline bool InstanceOwnerIdHasBeenSet() const { return m_instanceOwnerIdHasBeenSet; }
159 inline void SetInstanceOwnerId(const Aws::String& value) { m_instanceOwnerIdHasBeenSet = true; m_instanceOwnerId = value; }
160 inline void SetInstanceOwnerId(Aws::String&& value) { m_instanceOwnerIdHasBeenSet = true; m_instanceOwnerId = std::move(value); }
161 inline void SetInstanceOwnerId(const char* value) { m_instanceOwnerIdHasBeenSet = true; m_instanceOwnerId.assign(value); }
162 inline RouteSetDetails& WithInstanceOwnerId(const Aws::String& value) { SetInstanceOwnerId(value); return *this;}
163 inline RouteSetDetails& WithInstanceOwnerId(Aws::String&& value) { SetInstanceOwnerId(std::move(value)); return *this;}
164 inline RouteSetDetails& WithInstanceOwnerId(const char* value) { SetInstanceOwnerId(value); return *this;}
166
168
171 inline const Aws::String& GetLocalGatewayId() const{ return m_localGatewayId; }
172 inline bool LocalGatewayIdHasBeenSet() const { return m_localGatewayIdHasBeenSet; }
173 inline void SetLocalGatewayId(const Aws::String& value) { m_localGatewayIdHasBeenSet = true; m_localGatewayId = value; }
174 inline void SetLocalGatewayId(Aws::String&& value) { m_localGatewayIdHasBeenSet = true; m_localGatewayId = std::move(value); }
175 inline void SetLocalGatewayId(const char* value) { m_localGatewayIdHasBeenSet = true; m_localGatewayId.assign(value); }
176 inline RouteSetDetails& WithLocalGatewayId(const Aws::String& value) { SetLocalGatewayId(value); return *this;}
177 inline RouteSetDetails& WithLocalGatewayId(Aws::String&& value) { SetLocalGatewayId(std::move(value)); return *this;}
178 inline RouteSetDetails& WithLocalGatewayId(const char* value) { SetLocalGatewayId(value); return *this;}
180
182
185 inline const Aws::String& GetNatGatewayId() const{ return m_natGatewayId; }
186 inline bool NatGatewayIdHasBeenSet() const { return m_natGatewayIdHasBeenSet; }
187 inline void SetNatGatewayId(const Aws::String& value) { m_natGatewayIdHasBeenSet = true; m_natGatewayId = value; }
188 inline void SetNatGatewayId(Aws::String&& value) { m_natGatewayIdHasBeenSet = true; m_natGatewayId = std::move(value); }
189 inline void SetNatGatewayId(const char* value) { m_natGatewayIdHasBeenSet = true; m_natGatewayId.assign(value); }
190 inline RouteSetDetails& WithNatGatewayId(const Aws::String& value) { SetNatGatewayId(value); return *this;}
191 inline RouteSetDetails& WithNatGatewayId(Aws::String&& value) { SetNatGatewayId(std::move(value)); return *this;}
192 inline RouteSetDetails& WithNatGatewayId(const char* value) { SetNatGatewayId(value); return *this;}
194
196
199 inline const Aws::String& GetNetworkInterfaceId() const{ return m_networkInterfaceId; }
200 inline bool NetworkInterfaceIdHasBeenSet() const { return m_networkInterfaceIdHasBeenSet; }
201 inline void SetNetworkInterfaceId(const Aws::String& value) { m_networkInterfaceIdHasBeenSet = true; m_networkInterfaceId = value; }
202 inline void SetNetworkInterfaceId(Aws::String&& value) { m_networkInterfaceIdHasBeenSet = true; m_networkInterfaceId = std::move(value); }
203 inline void SetNetworkInterfaceId(const char* value) { m_networkInterfaceIdHasBeenSet = true; m_networkInterfaceId.assign(value); }
204 inline RouteSetDetails& WithNetworkInterfaceId(const Aws::String& value) { SetNetworkInterfaceId(value); return *this;}
205 inline RouteSetDetails& WithNetworkInterfaceId(Aws::String&& value) { SetNetworkInterfaceId(std::move(value)); return *this;}
206 inline RouteSetDetails& WithNetworkInterfaceId(const char* value) { SetNetworkInterfaceId(value); return *this;}
208
210
213 inline const Aws::String& GetOrigin() const{ return m_origin; }
214 inline bool OriginHasBeenSet() const { return m_originHasBeenSet; }
215 inline void SetOrigin(const Aws::String& value) { m_originHasBeenSet = true; m_origin = value; }
216 inline void SetOrigin(Aws::String&& value) { m_originHasBeenSet = true; m_origin = std::move(value); }
217 inline void SetOrigin(const char* value) { m_originHasBeenSet = true; m_origin.assign(value); }
218 inline RouteSetDetails& WithOrigin(const Aws::String& value) { SetOrigin(value); return *this;}
219 inline RouteSetDetails& WithOrigin(Aws::String&& value) { SetOrigin(std::move(value)); return *this;}
220 inline RouteSetDetails& WithOrigin(const char* value) { SetOrigin(value); return *this;}
222
224
227 inline const Aws::String& GetState() const{ return m_state; }
228 inline bool StateHasBeenSet() const { return m_stateHasBeenSet; }
229 inline void SetState(const Aws::String& value) { m_stateHasBeenSet = true; m_state = value; }
230 inline void SetState(Aws::String&& value) { m_stateHasBeenSet = true; m_state = std::move(value); }
231 inline void SetState(const char* value) { m_stateHasBeenSet = true; m_state.assign(value); }
232 inline RouteSetDetails& WithState(const Aws::String& value) { SetState(value); return *this;}
233 inline RouteSetDetails& WithState(Aws::String&& value) { SetState(std::move(value)); return *this;}
234 inline RouteSetDetails& WithState(const char* value) { SetState(value); return *this;}
236
238
241 inline const Aws::String& GetTransitGatewayId() const{ return m_transitGatewayId; }
242 inline bool TransitGatewayIdHasBeenSet() const { return m_transitGatewayIdHasBeenSet; }
243 inline void SetTransitGatewayId(const Aws::String& value) { m_transitGatewayIdHasBeenSet = true; m_transitGatewayId = value; }
244 inline void SetTransitGatewayId(Aws::String&& value) { m_transitGatewayIdHasBeenSet = true; m_transitGatewayId = std::move(value); }
245 inline void SetTransitGatewayId(const char* value) { m_transitGatewayIdHasBeenSet = true; m_transitGatewayId.assign(value); }
246 inline RouteSetDetails& WithTransitGatewayId(const Aws::String& value) { SetTransitGatewayId(value); return *this;}
247 inline RouteSetDetails& WithTransitGatewayId(Aws::String&& value) { SetTransitGatewayId(std::move(value)); return *this;}
248 inline RouteSetDetails& WithTransitGatewayId(const char* value) { SetTransitGatewayId(value); return *this;}
250
252
255 inline const Aws::String& GetVpcPeeringConnectionId() const{ return m_vpcPeeringConnectionId; }
256 inline bool VpcPeeringConnectionIdHasBeenSet() const { return m_vpcPeeringConnectionIdHasBeenSet; }
257 inline void SetVpcPeeringConnectionId(const Aws::String& value) { m_vpcPeeringConnectionIdHasBeenSet = true; m_vpcPeeringConnectionId = value; }
258 inline void SetVpcPeeringConnectionId(Aws::String&& value) { m_vpcPeeringConnectionIdHasBeenSet = true; m_vpcPeeringConnectionId = std::move(value); }
259 inline void SetVpcPeeringConnectionId(const char* value) { m_vpcPeeringConnectionIdHasBeenSet = true; m_vpcPeeringConnectionId.assign(value); }
261 inline RouteSetDetails& WithVpcPeeringConnectionId(Aws::String&& value) { SetVpcPeeringConnectionId(std::move(value)); return *this;}
262 inline RouteSetDetails& WithVpcPeeringConnectionId(const char* value) { SetVpcPeeringConnectionId(value); return *this;}
264 private:
265
266 Aws::String m_carrierGatewayId;
267 bool m_carrierGatewayIdHasBeenSet = false;
268
269 Aws::String m_coreNetworkArn;
270 bool m_coreNetworkArnHasBeenSet = false;
271
272 Aws::String m_destinationCidrBlock;
273 bool m_destinationCidrBlockHasBeenSet = false;
274
275 Aws::String m_destinationIpv6CidrBlock;
276 bool m_destinationIpv6CidrBlockHasBeenSet = false;
277
278 Aws::String m_destinationPrefixListId;
279 bool m_destinationPrefixListIdHasBeenSet = false;
280
281 Aws::String m_egressOnlyInternetGatewayId;
282 bool m_egressOnlyInternetGatewayIdHasBeenSet = false;
283
284 Aws::String m_gatewayId;
285 bool m_gatewayIdHasBeenSet = false;
286
287 Aws::String m_instanceId;
288 bool m_instanceIdHasBeenSet = false;
289
290 Aws::String m_instanceOwnerId;
291 bool m_instanceOwnerIdHasBeenSet = false;
292
293 Aws::String m_localGatewayId;
294 bool m_localGatewayIdHasBeenSet = false;
295
296 Aws::String m_natGatewayId;
297 bool m_natGatewayIdHasBeenSet = false;
298
299 Aws::String m_networkInterfaceId;
300 bool m_networkInterfaceIdHasBeenSet = false;
301
302 Aws::String m_origin;
303 bool m_originHasBeenSet = false;
304
305 Aws::String m_state;
306 bool m_stateHasBeenSet = false;
307
308 Aws::String m_transitGatewayId;
309 bool m_transitGatewayIdHasBeenSet = false;
310
311 Aws::String m_vpcPeeringConnectionId;
312 bool m_vpcPeeringConnectionIdHasBeenSet = false;
313 };
314
315} // namespace Model
316} // namespace SecurityHub
317} // namespace Aws
void SetOrigin(const Aws::String &value)
AWS_SECURITYHUB_API RouteSetDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
RouteSetDetails & WithOrigin(const char *value)
void SetVpcPeeringConnectionId(Aws::String &&value)
RouteSetDetails & WithCarrierGatewayId(const Aws::String &value)
RouteSetDetails & WithGatewayId(const Aws::String &value)
void SetCoreNetworkArn(const Aws::String &value)
RouteSetDetails & WithCarrierGatewayId(Aws::String &&value)
const Aws::String & GetDestinationCidrBlock() const
RouteSetDetails & WithInstanceId(const char *value)
RouteSetDetails & WithState(const char *value)
RouteSetDetails & WithNetworkInterfaceId(const char *value)
RouteSetDetails & WithOrigin(Aws::String &&value)
void SetDestinationIpv6CidrBlock(const char *value)
RouteSetDetails & WithDestinationIpv6CidrBlock(Aws::String &&value)
const Aws::String & GetOrigin() const
void SetDestinationPrefixListId(Aws::String &&value)
void SetCarrierGatewayId(const Aws::String &value)
void SetEgressOnlyInternetGatewayId(const Aws::String &value)
RouteSetDetails & WithCoreNetworkArn(const Aws::String &value)
void SetDestinationCidrBlock(const char *value)
RouteSetDetails & WithVpcPeeringConnectionId(Aws::String &&value)
void SetGatewayId(const Aws::String &value)
RouteSetDetails & WithNatGatewayId(Aws::String &&value)
RouteSetDetails & WithInstanceOwnerId(const Aws::String &value)
RouteSetDetails & WithDestinationIpv6CidrBlock(const Aws::String &value)
RouteSetDetails & WithVpcPeeringConnectionId(const Aws::String &value)
RouteSetDetails & WithEgressOnlyInternetGatewayId(const char *value)
RouteSetDetails & WithState(const Aws::String &value)
RouteSetDetails & WithOrigin(const Aws::String &value)
RouteSetDetails & WithState(Aws::String &&value)
RouteSetDetails & WithLocalGatewayId(Aws::String &&value)
void SetCarrierGatewayId(const char *value)
void SetEgressOnlyInternetGatewayId(Aws::String &&value)
void SetEgressOnlyInternetGatewayId(const char *value)
void SetCarrierGatewayId(Aws::String &&value)
void SetDestinationCidrBlock(const Aws::String &value)
const Aws::String & GetLocalGatewayId() const
void SetNatGatewayId(Aws::String &&value)
const Aws::String & GetNatGatewayId() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
RouteSetDetails & WithVpcPeeringConnectionId(const char *value)
RouteSetDetails & WithNetworkInterfaceId(Aws::String &&value)
const Aws::String & GetDestinationIpv6CidrBlock() const
void SetNatGatewayId(const Aws::String &value)
RouteSetDetails & WithNetworkInterfaceId(const Aws::String &value)
void SetState(const Aws::String &value)
const Aws::String & GetCarrierGatewayId() const
RouteSetDetails & WithCoreNetworkArn(const char *value)
void SetVpcPeeringConnectionId(const Aws::String &value)
RouteSetDetails & WithDestinationCidrBlock(Aws::String &&value)
RouteSetDetails & WithGatewayId(const char *value)
void SetVpcPeeringConnectionId(const char *value)
RouteSetDetails & WithTransitGatewayId(const Aws::String &value)
const Aws::String & GetTransitGatewayId() const
void SetInstanceOwnerId(const Aws::String &value)
void SetLocalGatewayId(const Aws::String &value)
void SetInstanceOwnerId(Aws::String &&value)
RouteSetDetails & WithLocalGatewayId(const char *value)
void SetCoreNetworkArn(Aws::String &&value)
RouteSetDetails & WithNatGatewayId(const Aws::String &value)
RouteSetDetails & WithDestinationIpv6CidrBlock(const char *value)
RouteSetDetails & WithGatewayId(Aws::String &&value)
AWS_SECURITYHUB_API RouteSetDetails(Aws::Utils::Json::JsonView jsonValue)
void SetDestinationPrefixListId(const Aws::String &value)
const Aws::String & GetVpcPeeringConnectionId() const
RouteSetDetails & WithDestinationCidrBlock(const Aws::String &value)
void SetLocalGatewayId(Aws::String &&value)
RouteSetDetails & WithDestinationPrefixListId(const char *value)
const Aws::String & GetInstanceId() const
const Aws::String & GetInstanceOwnerId() const
const Aws::String & GetGatewayId() const
void SetTransitGatewayId(const Aws::String &value)
RouteSetDetails & WithLocalGatewayId(const Aws::String &value)
void SetNetworkInterfaceId(Aws::String &&value)
RouteSetDetails & WithTransitGatewayId(Aws::String &&value)
void SetInstanceId(const Aws::String &value)
void SetDestinationPrefixListId(const char *value)
const Aws::String & GetCoreNetworkArn() const
RouteSetDetails & WithCoreNetworkArn(Aws::String &&value)
RouteSetDetails & WithInstanceOwnerId(const char *value)
RouteSetDetails & WithEgressOnlyInternetGatewayId(Aws::String &&value)
void SetNetworkInterfaceId(const Aws::String &value)
RouteSetDetails & WithEgressOnlyInternetGatewayId(const Aws::String &value)
void SetNetworkInterfaceId(const char *value)
RouteSetDetails & WithInstanceId(Aws::String &&value)
void SetDestinationIpv6CidrBlock(const Aws::String &value)
void SetDestinationCidrBlock(Aws::String &&value)
RouteSetDetails & WithTransitGatewayId(const char *value)
RouteSetDetails & WithDestinationPrefixListId(const Aws::String &value)
RouteSetDetails & WithNatGatewayId(const char *value)
RouteSetDetails & WithDestinationCidrBlock(const char *value)
void SetDestinationIpv6CidrBlock(Aws::String &&value)
const Aws::String & GetEgressOnlyInternetGatewayId() const
RouteSetDetails & WithInstanceOwnerId(Aws::String &&value)
RouteSetDetails & WithDestinationPrefixListId(Aws::String &&value)
RouteSetDetails & WithCarrierGatewayId(const char *value)
void SetTransitGatewayId(Aws::String &&value)
RouteSetDetails & WithInstanceId(const Aws::String &value)
const Aws::String & GetDestinationPrefixListId() const
const Aws::String & GetNetworkInterfaceId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue