AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateNetworkInterfaceRequest.h
1
6#pragma once
7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ec2/model/NetworkInterfaceCreationType.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/ec2/model/ConnectionTrackingSpecificationRequest.h>
13#include <aws/ec2/model/Ipv4PrefixSpecificationRequest.h>
14#include <aws/ec2/model/Ipv6PrefixSpecificationRequest.h>
15#include <aws/ec2/model/TagSpecification.h>
16#include <aws/ec2/model/PrivateIpAddressSpecification.h>
17#include <aws/ec2/model/InstanceIpv6Address.h>
18#include <utility>
19#include <aws/core/utils/UUID.h>
20
21namespace Aws
22{
23namespace EC2
24{
25namespace Model
26{
27
31 {
32 public:
34
35 // Service request name is the Operation name which will send this request out,
36 // each operation should has unique request name, so that we can get operation's name from this request.
37 // Note: this is not true for response, multiple operations may have the same response name,
38 // so we can not get operation's name from response.
39 inline virtual const char* GetServiceRequestName() const override { return "CreateNetworkInterface"; }
40
41 AWS_EC2_API Aws::String SerializePayload() const override;
42
43 protected:
44 AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI& uri ) const override;
45
46 public:
47
49
55 inline const Aws::Vector<Ipv4PrefixSpecificationRequest>& GetIpv4Prefixes() const{ return m_ipv4Prefixes; }
56 inline bool Ipv4PrefixesHasBeenSet() const { return m_ipv4PrefixesHasBeenSet; }
57 inline void SetIpv4Prefixes(const Aws::Vector<Ipv4PrefixSpecificationRequest>& value) { m_ipv4PrefixesHasBeenSet = true; m_ipv4Prefixes = value; }
58 inline void SetIpv4Prefixes(Aws::Vector<Ipv4PrefixSpecificationRequest>&& value) { m_ipv4PrefixesHasBeenSet = true; m_ipv4Prefixes = std::move(value); }
61 inline CreateNetworkInterfaceRequest& AddIpv4Prefixes(const Ipv4PrefixSpecificationRequest& value) { m_ipv4PrefixesHasBeenSet = true; m_ipv4Prefixes.push_back(value); return *this; }
62 inline CreateNetworkInterfaceRequest& AddIpv4Prefixes(Ipv4PrefixSpecificationRequest&& value) { m_ipv4PrefixesHasBeenSet = true; m_ipv4Prefixes.push_back(std::move(value)); return *this; }
64
66
72 inline int GetIpv4PrefixCount() const{ return m_ipv4PrefixCount; }
73 inline bool Ipv4PrefixCountHasBeenSet() const { return m_ipv4PrefixCountHasBeenSet; }
74 inline void SetIpv4PrefixCount(int value) { m_ipv4PrefixCountHasBeenSet = true; m_ipv4PrefixCount = value; }
75 inline CreateNetworkInterfaceRequest& WithIpv4PrefixCount(int value) { SetIpv4PrefixCount(value); return *this;}
77
79
84 inline const Aws::Vector<Ipv6PrefixSpecificationRequest>& GetIpv6Prefixes() const{ return m_ipv6Prefixes; }
85 inline bool Ipv6PrefixesHasBeenSet() const { return m_ipv6PrefixesHasBeenSet; }
86 inline void SetIpv6Prefixes(const Aws::Vector<Ipv6PrefixSpecificationRequest>& value) { m_ipv6PrefixesHasBeenSet = true; m_ipv6Prefixes = value; }
87 inline void SetIpv6Prefixes(Aws::Vector<Ipv6PrefixSpecificationRequest>&& value) { m_ipv6PrefixesHasBeenSet = true; m_ipv6Prefixes = std::move(value); }
90 inline CreateNetworkInterfaceRequest& AddIpv6Prefixes(const Ipv6PrefixSpecificationRequest& value) { m_ipv6PrefixesHasBeenSet = true; m_ipv6Prefixes.push_back(value); return *this; }
91 inline CreateNetworkInterfaceRequest& AddIpv6Prefixes(Ipv6PrefixSpecificationRequest&& value) { m_ipv6PrefixesHasBeenSet = true; m_ipv6Prefixes.push_back(std::move(value)); return *this; }
93
95
101 inline int GetIpv6PrefixCount() const{ return m_ipv6PrefixCount; }
102 inline bool Ipv6PrefixCountHasBeenSet() const { return m_ipv6PrefixCountHasBeenSet; }
103 inline void SetIpv6PrefixCount(int value) { m_ipv6PrefixCountHasBeenSet = true; m_ipv6PrefixCount = value; }
104 inline CreateNetworkInterfaceRequest& WithIpv6PrefixCount(int value) { SetIpv6PrefixCount(value); return *this;}
106
108
115 inline const NetworkInterfaceCreationType& GetInterfaceType() const{ return m_interfaceType; }
116 inline bool InterfaceTypeHasBeenSet() const { return m_interfaceTypeHasBeenSet; }
117 inline void SetInterfaceType(const NetworkInterfaceCreationType& value) { m_interfaceTypeHasBeenSet = true; m_interfaceType = value; }
118 inline void SetInterfaceType(NetworkInterfaceCreationType&& value) { m_interfaceTypeHasBeenSet = true; m_interfaceType = std::move(value); }
122
124
127 inline const Aws::Vector<TagSpecification>& GetTagSpecifications() const{ return m_tagSpecifications; }
128 inline bool TagSpecificationsHasBeenSet() const { return m_tagSpecificationsHasBeenSet; }
129 inline void SetTagSpecifications(const Aws::Vector<TagSpecification>& value) { m_tagSpecificationsHasBeenSet = true; m_tagSpecifications = value; }
130 inline void SetTagSpecifications(Aws::Vector<TagSpecification>&& value) { m_tagSpecificationsHasBeenSet = true; m_tagSpecifications = std::move(value); }
133 inline CreateNetworkInterfaceRequest& AddTagSpecifications(const TagSpecification& value) { m_tagSpecificationsHasBeenSet = true; m_tagSpecifications.push_back(value); return *this; }
134 inline CreateNetworkInterfaceRequest& AddTagSpecifications(TagSpecification&& value) { m_tagSpecificationsHasBeenSet = true; m_tagSpecifications.push_back(std::move(value)); return *this; }
136
138
144 inline const Aws::String& GetClientToken() const{ return m_clientToken; }
145 inline bool ClientTokenHasBeenSet() const { return m_clientTokenHasBeenSet; }
146 inline void SetClientToken(const Aws::String& value) { m_clientTokenHasBeenSet = true; m_clientToken = value; }
147 inline void SetClientToken(Aws::String&& value) { m_clientTokenHasBeenSet = true; m_clientToken = std::move(value); }
148 inline void SetClientToken(const char* value) { m_clientTokenHasBeenSet = true; m_clientToken.assign(value); }
149 inline CreateNetworkInterfaceRequest& WithClientToken(const Aws::String& value) { SetClientToken(value); return *this;}
150 inline CreateNetworkInterfaceRequest& WithClientToken(Aws::String&& value) { SetClientToken(std::move(value)); return *this;}
151 inline CreateNetworkInterfaceRequest& WithClientToken(const char* value) { SetClientToken(value); return *this;}
153
155
170 inline bool GetEnablePrimaryIpv6() const{ return m_enablePrimaryIpv6; }
171 inline bool EnablePrimaryIpv6HasBeenSet() const { return m_enablePrimaryIpv6HasBeenSet; }
172 inline void SetEnablePrimaryIpv6(bool value) { m_enablePrimaryIpv6HasBeenSet = true; m_enablePrimaryIpv6 = value; }
175
177
180 inline const ConnectionTrackingSpecificationRequest& GetConnectionTrackingSpecification() const{ return m_connectionTrackingSpecification; }
181 inline bool ConnectionTrackingSpecificationHasBeenSet() const { return m_connectionTrackingSpecificationHasBeenSet; }
182 inline void SetConnectionTrackingSpecification(const ConnectionTrackingSpecificationRequest& value) { m_connectionTrackingSpecificationHasBeenSet = true; m_connectionTrackingSpecification = value; }
183 inline void SetConnectionTrackingSpecification(ConnectionTrackingSpecificationRequest&& value) { m_connectionTrackingSpecificationHasBeenSet = true; m_connectionTrackingSpecification = std::move(value); }
187
189
192 inline const Aws::String& GetSubnetId() const{ return m_subnetId; }
193 inline bool SubnetIdHasBeenSet() const { return m_subnetIdHasBeenSet; }
194 inline void SetSubnetId(const Aws::String& value) { m_subnetIdHasBeenSet = true; m_subnetId = value; }
195 inline void SetSubnetId(Aws::String&& value) { m_subnetIdHasBeenSet = true; m_subnetId = std::move(value); }
196 inline void SetSubnetId(const char* value) { m_subnetIdHasBeenSet = true; m_subnetId.assign(value); }
197 inline CreateNetworkInterfaceRequest& WithSubnetId(const Aws::String& value) { SetSubnetId(value); return *this;}
198 inline CreateNetworkInterfaceRequest& WithSubnetId(Aws::String&& value) { SetSubnetId(std::move(value)); return *this;}
199 inline CreateNetworkInterfaceRequest& WithSubnetId(const char* value) { SetSubnetId(value); return *this;}
201
203
206 inline const Aws::String& GetDescription() const{ return m_description; }
207 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
208 inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; }
209 inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); }
210 inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); }
211 inline CreateNetworkInterfaceRequest& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
212 inline CreateNetworkInterfaceRequest& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
213 inline CreateNetworkInterfaceRequest& WithDescription(const char* value) { SetDescription(value); return *this;}
215
217
224 inline const Aws::String& GetPrivateIpAddress() const{ return m_privateIpAddress; }
225 inline bool PrivateIpAddressHasBeenSet() const { return m_privateIpAddressHasBeenSet; }
226 inline void SetPrivateIpAddress(const Aws::String& value) { m_privateIpAddressHasBeenSet = true; m_privateIpAddress = value; }
227 inline void SetPrivateIpAddress(Aws::String&& value) { m_privateIpAddressHasBeenSet = true; m_privateIpAddress = std::move(value); }
228 inline void SetPrivateIpAddress(const char* value) { m_privateIpAddressHasBeenSet = true; m_privateIpAddress.assign(value); }
230 inline CreateNetworkInterfaceRequest& WithPrivateIpAddress(Aws::String&& value) { SetPrivateIpAddress(std::move(value)); return *this;}
231 inline CreateNetworkInterfaceRequest& WithPrivateIpAddress(const char* value) { SetPrivateIpAddress(value); return *this;}
233
235
238 inline const Aws::Vector<Aws::String>& GetGroups() const{ return m_groups; }
239 inline bool GroupsHasBeenSet() const { return m_groupsHasBeenSet; }
240 inline void SetGroups(const Aws::Vector<Aws::String>& value) { m_groupsHasBeenSet = true; m_groups = value; }
241 inline void SetGroups(Aws::Vector<Aws::String>&& value) { m_groupsHasBeenSet = true; m_groups = std::move(value); }
242 inline CreateNetworkInterfaceRequest& WithGroups(const Aws::Vector<Aws::String>& value) { SetGroups(value); return *this;}
243 inline CreateNetworkInterfaceRequest& WithGroups(Aws::Vector<Aws::String>&& value) { SetGroups(std::move(value)); return *this;}
244 inline CreateNetworkInterfaceRequest& AddGroups(const Aws::String& value) { m_groupsHasBeenSet = true; m_groups.push_back(value); return *this; }
245 inline CreateNetworkInterfaceRequest& AddGroups(Aws::String&& value) { m_groupsHasBeenSet = true; m_groups.push_back(std::move(value)); return *this; }
246 inline CreateNetworkInterfaceRequest& AddGroups(const char* value) { m_groupsHasBeenSet = true; m_groups.push_back(value); return *this; }
248
250
255 inline const Aws::Vector<PrivateIpAddressSpecification>& GetPrivateIpAddresses() const{ return m_privateIpAddresses; }
256 inline bool PrivateIpAddressesHasBeenSet() const { return m_privateIpAddressesHasBeenSet; }
257 inline void SetPrivateIpAddresses(const Aws::Vector<PrivateIpAddressSpecification>& value) { m_privateIpAddressesHasBeenSet = true; m_privateIpAddresses = value; }
258 inline void SetPrivateIpAddresses(Aws::Vector<PrivateIpAddressSpecification>&& value) { m_privateIpAddressesHasBeenSet = true; m_privateIpAddresses = std::move(value); }
261 inline CreateNetworkInterfaceRequest& AddPrivateIpAddresses(const PrivateIpAddressSpecification& value) { m_privateIpAddressesHasBeenSet = true; m_privateIpAddresses.push_back(value); return *this; }
262 inline CreateNetworkInterfaceRequest& AddPrivateIpAddresses(PrivateIpAddressSpecification&& value) { m_privateIpAddressesHasBeenSet = true; m_privateIpAddresses.push_back(std::move(value)); return *this; }
264
266
275 inline int GetSecondaryPrivateIpAddressCount() const{ return m_secondaryPrivateIpAddressCount; }
276 inline bool SecondaryPrivateIpAddressCountHasBeenSet() const { return m_secondaryPrivateIpAddressCountHasBeenSet; }
277 inline void SetSecondaryPrivateIpAddressCount(int value) { m_secondaryPrivateIpAddressCountHasBeenSet = true; m_secondaryPrivateIpAddressCount = value; }
280
282
288 inline const Aws::Vector<InstanceIpv6Address>& GetIpv6Addresses() const{ return m_ipv6Addresses; }
289 inline bool Ipv6AddressesHasBeenSet() const { return m_ipv6AddressesHasBeenSet; }
290 inline void SetIpv6Addresses(const Aws::Vector<InstanceIpv6Address>& value) { m_ipv6AddressesHasBeenSet = true; m_ipv6Addresses = value; }
291 inline void SetIpv6Addresses(Aws::Vector<InstanceIpv6Address>&& value) { m_ipv6AddressesHasBeenSet = true; m_ipv6Addresses = std::move(value); }
294 inline CreateNetworkInterfaceRequest& AddIpv6Addresses(const InstanceIpv6Address& value) { m_ipv6AddressesHasBeenSet = true; m_ipv6Addresses.push_back(value); return *this; }
295 inline CreateNetworkInterfaceRequest& AddIpv6Addresses(InstanceIpv6Address&& value) { m_ipv6AddressesHasBeenSet = true; m_ipv6Addresses.push_back(std::move(value)); return *this; }
297
299
308 inline int GetIpv6AddressCount() const{ return m_ipv6AddressCount; }
309 inline bool Ipv6AddressCountHasBeenSet() const { return m_ipv6AddressCountHasBeenSet; }
310 inline void SetIpv6AddressCount(int value) { m_ipv6AddressCountHasBeenSet = true; m_ipv6AddressCount = value; }
313
315
321 inline bool GetDryRun() const{ return m_dryRun; }
322 inline bool DryRunHasBeenSet() const { return m_dryRunHasBeenSet; }
323 inline void SetDryRun(bool value) { m_dryRunHasBeenSet = true; m_dryRun = value; }
324 inline CreateNetworkInterfaceRequest& WithDryRun(bool value) { SetDryRun(value); return *this;}
326 private:
327
329 bool m_ipv4PrefixesHasBeenSet = false;
330
331 int m_ipv4PrefixCount;
332 bool m_ipv4PrefixCountHasBeenSet = false;
333
335 bool m_ipv6PrefixesHasBeenSet = false;
336
337 int m_ipv6PrefixCount;
338 bool m_ipv6PrefixCountHasBeenSet = false;
339
340 NetworkInterfaceCreationType m_interfaceType;
341 bool m_interfaceTypeHasBeenSet = false;
342
343 Aws::Vector<TagSpecification> m_tagSpecifications;
344 bool m_tagSpecificationsHasBeenSet = false;
345
346 Aws::String m_clientToken;
347 bool m_clientTokenHasBeenSet = false;
348
349 bool m_enablePrimaryIpv6;
350 bool m_enablePrimaryIpv6HasBeenSet = false;
351
352 ConnectionTrackingSpecificationRequest m_connectionTrackingSpecification;
353 bool m_connectionTrackingSpecificationHasBeenSet = false;
354
355 Aws::String m_subnetId;
356 bool m_subnetIdHasBeenSet = false;
357
358 Aws::String m_description;
359 bool m_descriptionHasBeenSet = false;
360
361 Aws::String m_privateIpAddress;
362 bool m_privateIpAddressHasBeenSet = false;
363
365 bool m_groupsHasBeenSet = false;
366
368 bool m_privateIpAddressesHasBeenSet = false;
369
370 int m_secondaryPrivateIpAddressCount;
371 bool m_secondaryPrivateIpAddressCountHasBeenSet = false;
372
373 Aws::Vector<InstanceIpv6Address> m_ipv6Addresses;
374 bool m_ipv6AddressesHasBeenSet = false;
375
376 int m_ipv6AddressCount;
377 bool m_ipv6AddressCountHasBeenSet = false;
378
379 bool m_dryRun;
380 bool m_dryRunHasBeenSet = false;
381 };
382
383} // namespace Model
384} // namespace EC2
385} // namespace Aws
void SetTagSpecifications(const Aws::Vector< TagSpecification > &value)
void SetTagSpecifications(Aws::Vector< TagSpecification > &&value)
void SetIpv6Prefixes(Aws::Vector< Ipv6PrefixSpecificationRequest > &&value)
const Aws::Vector< Aws::String > & GetGroups() const
CreateNetworkInterfaceRequest & WithDescription(const char *value)
const NetworkInterfaceCreationType & GetInterfaceType() const
CreateNetworkInterfaceRequest & WithSecondaryPrivateIpAddressCount(int value)
CreateNetworkInterfaceRequest & WithPrivateIpAddress(Aws::String &&value)
const Aws::Vector< PrivateIpAddressSpecification > & GetPrivateIpAddresses() const
void SetConnectionTrackingSpecification(const ConnectionTrackingSpecificationRequest &value)
CreateNetworkInterfaceRequest & AddGroups(const Aws::String &value)
CreateNetworkInterfaceRequest & AddIpv6Addresses(const InstanceIpv6Address &value)
CreateNetworkInterfaceRequest & WithIpv6Addresses(const Aws::Vector< InstanceIpv6Address > &value)
CreateNetworkInterfaceRequest & WithPrivateIpAddress(const char *value)
CreateNetworkInterfaceRequest & WithPrivateIpAddress(const Aws::String &value)
CreateNetworkInterfaceRequest & AddPrivateIpAddresses(const PrivateIpAddressSpecification &value)
const Aws::Vector< Ipv6PrefixSpecificationRequest > & GetIpv6Prefixes() const
AWS_EC2_API Aws::String SerializePayload() const override
CreateNetworkInterfaceRequest & WithIpv4PrefixCount(int value)
CreateNetworkInterfaceRequest & WithIpv6AddressCount(int value)
CreateNetworkInterfaceRequest & WithSubnetId(const char *value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetIpv6Addresses(Aws::Vector< InstanceIpv6Address > &&value)
const ConnectionTrackingSpecificationRequest & GetConnectionTrackingSpecification() const
CreateNetworkInterfaceRequest & AddTagSpecifications(const TagSpecification &value)
CreateNetworkInterfaceRequest & WithPrivateIpAddresses(Aws::Vector< PrivateIpAddressSpecification > &&value)
CreateNetworkInterfaceRequest & WithIpv6Prefixes(Aws::Vector< Ipv6PrefixSpecificationRequest > &&value)
CreateNetworkInterfaceRequest & AddIpv4Prefixes(const Ipv4PrefixSpecificationRequest &value)
CreateNetworkInterfaceRequest & WithInterfaceType(NetworkInterfaceCreationType &&value)
CreateNetworkInterfaceRequest & WithEnablePrimaryIpv6(bool value)
CreateNetworkInterfaceRequest & WithDryRun(bool value)
CreateNetworkInterfaceRequest & WithClientToken(Aws::String &&value)
CreateNetworkInterfaceRequest & WithIpv4Prefixes(Aws::Vector< Ipv4PrefixSpecificationRequest > &&value)
CreateNetworkInterfaceRequest & WithIpv6Addresses(Aws::Vector< InstanceIpv6Address > &&value)
CreateNetworkInterfaceRequest & WithTagSpecifications(Aws::Vector< TagSpecification > &&value)
const Aws::Vector< InstanceIpv6Address > & GetIpv6Addresses() const
void SetIpv4Prefixes(Aws::Vector< Ipv4PrefixSpecificationRequest > &&value)
CreateNetworkInterfaceRequest & AddIpv4Prefixes(Ipv4PrefixSpecificationRequest &&value)
CreateNetworkInterfaceRequest & WithIpv6PrefixCount(int value)
void SetPrivateIpAddresses(Aws::Vector< PrivateIpAddressSpecification > &&value)
CreateNetworkInterfaceRequest & WithIpv6Prefixes(const Aws::Vector< Ipv6PrefixSpecificationRequest > &value)
CreateNetworkInterfaceRequest & WithGroups(const Aws::Vector< Aws::String > &value)
void SetIpv6Addresses(const Aws::Vector< InstanceIpv6Address > &value)
CreateNetworkInterfaceRequest & WithTagSpecifications(const Aws::Vector< TagSpecification > &value)
CreateNetworkInterfaceRequest & WithPrivateIpAddresses(const Aws::Vector< PrivateIpAddressSpecification > &value)
void SetInterfaceType(const NetworkInterfaceCreationType &value)
CreateNetworkInterfaceRequest & WithSubnetId(Aws::String &&value)
CreateNetworkInterfaceRequest & WithClientToken(const char *value)
void SetIpv4Prefixes(const Aws::Vector< Ipv4PrefixSpecificationRequest > &value)
CreateNetworkInterfaceRequest & AddIpv6Addresses(InstanceIpv6Address &&value)
CreateNetworkInterfaceRequest & AddIpv6Prefixes(Ipv6PrefixSpecificationRequest &&value)
CreateNetworkInterfaceRequest & WithIpv4Prefixes(const Aws::Vector< Ipv4PrefixSpecificationRequest > &value)
CreateNetworkInterfaceRequest & WithDescription(const Aws::String &value)
void SetIpv6Prefixes(const Aws::Vector< Ipv6PrefixSpecificationRequest > &value)
CreateNetworkInterfaceRequest & AddIpv6Prefixes(const Ipv6PrefixSpecificationRequest &value)
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
CreateNetworkInterfaceRequest & WithConnectionTrackingSpecification(const ConnectionTrackingSpecificationRequest &value)
void SetInterfaceType(NetworkInterfaceCreationType &&value)
CreateNetworkInterfaceRequest & WithSubnetId(const Aws::String &value)
void SetConnectionTrackingSpecification(ConnectionTrackingSpecificationRequest &&value)
const Aws::Vector< Ipv4PrefixSpecificationRequest > & GetIpv4Prefixes() const
CreateNetworkInterfaceRequest & AddPrivateIpAddresses(PrivateIpAddressSpecification &&value)
virtual const char * GetServiceRequestName() const override
CreateNetworkInterfaceRequest & AddGroups(const char *value)
CreateNetworkInterfaceRequest & WithClientToken(const Aws::String &value)
CreateNetworkInterfaceRequest & WithConnectionTrackingSpecification(ConnectionTrackingSpecificationRequest &&value)
CreateNetworkInterfaceRequest & AddTagSpecifications(TagSpecification &&value)
CreateNetworkInterfaceRequest & WithInterfaceType(const NetworkInterfaceCreationType &value)
CreateNetworkInterfaceRequest & AddGroups(Aws::String &&value)
CreateNetworkInterfaceRequest & WithDescription(Aws::String &&value)
void SetPrivateIpAddresses(const Aws::Vector< PrivateIpAddressSpecification > &value)
CreateNetworkInterfaceRequest & WithGroups(Aws::Vector< Aws::String > &&value)
void SetGroups(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector