AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LoadBalancer.h
1
6#pragma once
7#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/elasticloadbalancingv2/model/LoadBalancerSchemeEnum.h>
12#include <aws/elasticloadbalancingv2/model/LoadBalancerState.h>
13#include <aws/elasticloadbalancingv2/model/LoadBalancerTypeEnum.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
15#include <aws/elasticloadbalancingv2/model/IpAddressType.h>
16#include <aws/elasticloadbalancingv2/model/EnablePrefixForIpv6SourceNatEnum.h>
17#include <aws/elasticloadbalancingv2/model/AvailabilityZone.h>
18#include <utility>
19
20namespace Aws
21{
22namespace Utils
23{
24namespace Xml
25{
26 class XmlNode;
27} // namespace Xml
28} // namespace Utils
29namespace ElasticLoadBalancingv2
30{
31namespace Model
32{
33
40 {
41 public:
42 AWS_ELASTICLOADBALANCINGV2_API LoadBalancer();
43 AWS_ELASTICLOADBALANCINGV2_API LoadBalancer(const Aws::Utils::Xml::XmlNode& xmlNode);
44 AWS_ELASTICLOADBALANCINGV2_API LoadBalancer& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
45
46 AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream& ostream, const char* location, unsigned index, const char* locationValue) const;
47 AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream& oStream, const char* location) const;
48
49
51
54 inline const Aws::String& GetLoadBalancerArn() const{ return m_loadBalancerArn; }
55 inline bool LoadBalancerArnHasBeenSet() const { return m_loadBalancerArnHasBeenSet; }
56 inline void SetLoadBalancerArn(const Aws::String& value) { m_loadBalancerArnHasBeenSet = true; m_loadBalancerArn = value; }
57 inline void SetLoadBalancerArn(Aws::String&& value) { m_loadBalancerArnHasBeenSet = true; m_loadBalancerArn = std::move(value); }
58 inline void SetLoadBalancerArn(const char* value) { m_loadBalancerArnHasBeenSet = true; m_loadBalancerArn.assign(value); }
59 inline LoadBalancer& WithLoadBalancerArn(const Aws::String& value) { SetLoadBalancerArn(value); return *this;}
60 inline LoadBalancer& WithLoadBalancerArn(Aws::String&& value) { SetLoadBalancerArn(std::move(value)); return *this;}
61 inline LoadBalancer& WithLoadBalancerArn(const char* value) { SetLoadBalancerArn(value); return *this;}
63
65
68 inline const Aws::String& GetDNSName() const{ return m_dNSName; }
69 inline bool DNSNameHasBeenSet() const { return m_dNSNameHasBeenSet; }
70 inline void SetDNSName(const Aws::String& value) { m_dNSNameHasBeenSet = true; m_dNSName = value; }
71 inline void SetDNSName(Aws::String&& value) { m_dNSNameHasBeenSet = true; m_dNSName = std::move(value); }
72 inline void SetDNSName(const char* value) { m_dNSNameHasBeenSet = true; m_dNSName.assign(value); }
73 inline LoadBalancer& WithDNSName(const Aws::String& value) { SetDNSName(value); return *this;}
74 inline LoadBalancer& WithDNSName(Aws::String&& value) { SetDNSName(std::move(value)); return *this;}
75 inline LoadBalancer& WithDNSName(const char* value) { SetDNSName(value); return *this;}
77
79
83 inline const Aws::String& GetCanonicalHostedZoneId() const{ return m_canonicalHostedZoneId; }
84 inline bool CanonicalHostedZoneIdHasBeenSet() const { return m_canonicalHostedZoneIdHasBeenSet; }
85 inline void SetCanonicalHostedZoneId(const Aws::String& value) { m_canonicalHostedZoneIdHasBeenSet = true; m_canonicalHostedZoneId = value; }
86 inline void SetCanonicalHostedZoneId(Aws::String&& value) { m_canonicalHostedZoneIdHasBeenSet = true; m_canonicalHostedZoneId = std::move(value); }
87 inline void SetCanonicalHostedZoneId(const char* value) { m_canonicalHostedZoneIdHasBeenSet = true; m_canonicalHostedZoneId.assign(value); }
88 inline LoadBalancer& WithCanonicalHostedZoneId(const Aws::String& value) { SetCanonicalHostedZoneId(value); return *this;}
89 inline LoadBalancer& WithCanonicalHostedZoneId(Aws::String&& value) { SetCanonicalHostedZoneId(std::move(value)); return *this;}
90 inline LoadBalancer& WithCanonicalHostedZoneId(const char* value) { SetCanonicalHostedZoneId(value); return *this;}
92
94
97 inline const Aws::Utils::DateTime& GetCreatedTime() const{ return m_createdTime; }
98 inline bool CreatedTimeHasBeenSet() const { return m_createdTimeHasBeenSet; }
99 inline void SetCreatedTime(const Aws::Utils::DateTime& value) { m_createdTimeHasBeenSet = true; m_createdTime = value; }
100 inline void SetCreatedTime(Aws::Utils::DateTime&& value) { m_createdTimeHasBeenSet = true; m_createdTime = std::move(value); }
101 inline LoadBalancer& WithCreatedTime(const Aws::Utils::DateTime& value) { SetCreatedTime(value); return *this;}
102 inline LoadBalancer& WithCreatedTime(Aws::Utils::DateTime&& value) { SetCreatedTime(std::move(value)); return *this;}
104
106
109 inline const Aws::String& GetLoadBalancerName() const{ return m_loadBalancerName; }
110 inline bool LoadBalancerNameHasBeenSet() const { return m_loadBalancerNameHasBeenSet; }
111 inline void SetLoadBalancerName(const Aws::String& value) { m_loadBalancerNameHasBeenSet = true; m_loadBalancerName = value; }
112 inline void SetLoadBalancerName(Aws::String&& value) { m_loadBalancerNameHasBeenSet = true; m_loadBalancerName = std::move(value); }
113 inline void SetLoadBalancerName(const char* value) { m_loadBalancerNameHasBeenSet = true; m_loadBalancerName.assign(value); }
114 inline LoadBalancer& WithLoadBalancerName(const Aws::String& value) { SetLoadBalancerName(value); return *this;}
115 inline LoadBalancer& WithLoadBalancerName(Aws::String&& value) { SetLoadBalancerName(std::move(value)); return *this;}
116 inline LoadBalancer& WithLoadBalancerName(const char* value) { SetLoadBalancerName(value); return *this;}
118
120
130 inline const LoadBalancerSchemeEnum& GetScheme() const{ return m_scheme; }
131 inline bool SchemeHasBeenSet() const { return m_schemeHasBeenSet; }
132 inline void SetScheme(const LoadBalancerSchemeEnum& value) { m_schemeHasBeenSet = true; m_scheme = value; }
133 inline void SetScheme(LoadBalancerSchemeEnum&& value) { m_schemeHasBeenSet = true; m_scheme = std::move(value); }
134 inline LoadBalancer& WithScheme(const LoadBalancerSchemeEnum& value) { SetScheme(value); return *this;}
135 inline LoadBalancer& WithScheme(LoadBalancerSchemeEnum&& value) { SetScheme(std::move(value)); return *this;}
137
139
142 inline const Aws::String& GetVpcId() const{ return m_vpcId; }
143 inline bool VpcIdHasBeenSet() const { return m_vpcIdHasBeenSet; }
144 inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; }
145 inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); }
146 inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); }
147 inline LoadBalancer& WithVpcId(const Aws::String& value) { SetVpcId(value); return *this;}
148 inline LoadBalancer& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); return *this;}
149 inline LoadBalancer& WithVpcId(const char* value) { SetVpcId(value); return *this;}
151
153
156 inline const LoadBalancerState& GetState() const{ return m_state; }
157 inline bool StateHasBeenSet() const { return m_stateHasBeenSet; }
158 inline void SetState(const LoadBalancerState& value) { m_stateHasBeenSet = true; m_state = value; }
159 inline void SetState(LoadBalancerState&& value) { m_stateHasBeenSet = true; m_state = std::move(value); }
160 inline LoadBalancer& WithState(const LoadBalancerState& value) { SetState(value); return *this;}
161 inline LoadBalancer& WithState(LoadBalancerState&& value) { SetState(std::move(value)); return *this;}
163
165
168 inline const LoadBalancerTypeEnum& GetType() const{ return m_type; }
169 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
170 inline void SetType(const LoadBalancerTypeEnum& value) { m_typeHasBeenSet = true; m_type = value; }
171 inline void SetType(LoadBalancerTypeEnum&& value) { m_typeHasBeenSet = true; m_type = std::move(value); }
172 inline LoadBalancer& WithType(const LoadBalancerTypeEnum& value) { SetType(value); return *this;}
173 inline LoadBalancer& WithType(LoadBalancerTypeEnum&& value) { SetType(std::move(value)); return *this;}
175
177
180 inline const Aws::Vector<AvailabilityZone>& GetAvailabilityZones() const{ return m_availabilityZones; }
181 inline bool AvailabilityZonesHasBeenSet() const { return m_availabilityZonesHasBeenSet; }
182 inline void SetAvailabilityZones(const Aws::Vector<AvailabilityZone>& value) { m_availabilityZonesHasBeenSet = true; m_availabilityZones = value; }
183 inline void SetAvailabilityZones(Aws::Vector<AvailabilityZone>&& value) { m_availabilityZonesHasBeenSet = true; m_availabilityZones = std::move(value); }
186 inline LoadBalancer& AddAvailabilityZones(const AvailabilityZone& value) { m_availabilityZonesHasBeenSet = true; m_availabilityZones.push_back(value); return *this; }
187 inline LoadBalancer& AddAvailabilityZones(AvailabilityZone&& value) { m_availabilityZonesHasBeenSet = true; m_availabilityZones.push_back(std::move(value)); return *this; }
189
191
194 inline const Aws::Vector<Aws::String>& GetSecurityGroups() const{ return m_securityGroups; }
195 inline bool SecurityGroupsHasBeenSet() const { return m_securityGroupsHasBeenSet; }
196 inline void SetSecurityGroups(const Aws::Vector<Aws::String>& value) { m_securityGroupsHasBeenSet = true; m_securityGroups = value; }
197 inline void SetSecurityGroups(Aws::Vector<Aws::String>&& value) { m_securityGroupsHasBeenSet = true; m_securityGroups = std::move(value); }
198 inline LoadBalancer& WithSecurityGroups(const Aws::Vector<Aws::String>& value) { SetSecurityGroups(value); return *this;}
199 inline LoadBalancer& WithSecurityGroups(Aws::Vector<Aws::String>&& value) { SetSecurityGroups(std::move(value)); return *this;}
200 inline LoadBalancer& AddSecurityGroups(const Aws::String& value) { m_securityGroupsHasBeenSet = true; m_securityGroups.push_back(value); return *this; }
201 inline LoadBalancer& AddSecurityGroups(Aws::String&& value) { m_securityGroupsHasBeenSet = true; m_securityGroups.push_back(std::move(value)); return *this; }
202 inline LoadBalancer& AddSecurityGroups(const char* value) { m_securityGroupsHasBeenSet = true; m_securityGroups.push_back(value); return *this; }
204
206
216 inline const IpAddressType& GetIpAddressType() const{ return m_ipAddressType; }
217 inline bool IpAddressTypeHasBeenSet() const { return m_ipAddressTypeHasBeenSet; }
218 inline void SetIpAddressType(const IpAddressType& value) { m_ipAddressTypeHasBeenSet = true; m_ipAddressType = value; }
219 inline void SetIpAddressType(IpAddressType&& value) { m_ipAddressTypeHasBeenSet = true; m_ipAddressType = std::move(value); }
220 inline LoadBalancer& WithIpAddressType(const IpAddressType& value) { SetIpAddressType(value); return *this;}
221 inline LoadBalancer& WithIpAddressType(IpAddressType&& value) { SetIpAddressType(std::move(value)); return *this;}
223
225
229 inline const Aws::String& GetCustomerOwnedIpv4Pool() const{ return m_customerOwnedIpv4Pool; }
230 inline bool CustomerOwnedIpv4PoolHasBeenSet() const { return m_customerOwnedIpv4PoolHasBeenSet; }
231 inline void SetCustomerOwnedIpv4Pool(const Aws::String& value) { m_customerOwnedIpv4PoolHasBeenSet = true; m_customerOwnedIpv4Pool = value; }
232 inline void SetCustomerOwnedIpv4Pool(Aws::String&& value) { m_customerOwnedIpv4PoolHasBeenSet = true; m_customerOwnedIpv4Pool = std::move(value); }
233 inline void SetCustomerOwnedIpv4Pool(const char* value) { m_customerOwnedIpv4PoolHasBeenSet = true; m_customerOwnedIpv4Pool.assign(value); }
234 inline LoadBalancer& WithCustomerOwnedIpv4Pool(const Aws::String& value) { SetCustomerOwnedIpv4Pool(value); return *this;}
235 inline LoadBalancer& WithCustomerOwnedIpv4Pool(Aws::String&& value) { SetCustomerOwnedIpv4Pool(std::move(value)); return *this;}
236 inline LoadBalancer& WithCustomerOwnedIpv4Pool(const char* value) { SetCustomerOwnedIpv4Pool(value); return *this;}
238
240
244 inline const Aws::String& GetEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic() const{ return m_enforceSecurityGroupInboundRulesOnPrivateLinkTraffic; }
245 inline bool EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficHasBeenSet() const { return m_enforceSecurityGroupInboundRulesOnPrivateLinkTrafficHasBeenSet; }
246 inline void SetEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic(const Aws::String& value) { m_enforceSecurityGroupInboundRulesOnPrivateLinkTrafficHasBeenSet = true; m_enforceSecurityGroupInboundRulesOnPrivateLinkTraffic = value; }
247 inline void SetEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic(Aws::String&& value) { m_enforceSecurityGroupInboundRulesOnPrivateLinkTrafficHasBeenSet = true; m_enforceSecurityGroupInboundRulesOnPrivateLinkTraffic = std::move(value); }
248 inline void SetEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic(const char* value) { m_enforceSecurityGroupInboundRulesOnPrivateLinkTrafficHasBeenSet = true; m_enforceSecurityGroupInboundRulesOnPrivateLinkTraffic.assign(value); }
253
255
260 inline const EnablePrefixForIpv6SourceNatEnum& GetEnablePrefixForIpv6SourceNat() const{ return m_enablePrefixForIpv6SourceNat; }
261 inline bool EnablePrefixForIpv6SourceNatHasBeenSet() const { return m_enablePrefixForIpv6SourceNatHasBeenSet; }
262 inline void SetEnablePrefixForIpv6SourceNat(const EnablePrefixForIpv6SourceNatEnum& value) { m_enablePrefixForIpv6SourceNatHasBeenSet = true; m_enablePrefixForIpv6SourceNat = value; }
263 inline void SetEnablePrefixForIpv6SourceNat(EnablePrefixForIpv6SourceNatEnum&& value) { m_enablePrefixForIpv6SourceNatHasBeenSet = true; m_enablePrefixForIpv6SourceNat = std::move(value); }
267 private:
268
269 Aws::String m_loadBalancerArn;
270 bool m_loadBalancerArnHasBeenSet = false;
271
272 Aws::String m_dNSName;
273 bool m_dNSNameHasBeenSet = false;
274
275 Aws::String m_canonicalHostedZoneId;
276 bool m_canonicalHostedZoneIdHasBeenSet = false;
277
278 Aws::Utils::DateTime m_createdTime;
279 bool m_createdTimeHasBeenSet = false;
280
281 Aws::String m_loadBalancerName;
282 bool m_loadBalancerNameHasBeenSet = false;
283
284 LoadBalancerSchemeEnum m_scheme;
285 bool m_schemeHasBeenSet = false;
286
287 Aws::String m_vpcId;
288 bool m_vpcIdHasBeenSet = false;
289
290 LoadBalancerState m_state;
291 bool m_stateHasBeenSet = false;
292
294 bool m_typeHasBeenSet = false;
295
296 Aws::Vector<AvailabilityZone> m_availabilityZones;
297 bool m_availabilityZonesHasBeenSet = false;
298
299 Aws::Vector<Aws::String> m_securityGroups;
300 bool m_securityGroupsHasBeenSet = false;
301
302 IpAddressType m_ipAddressType;
303 bool m_ipAddressTypeHasBeenSet = false;
304
305 Aws::String m_customerOwnedIpv4Pool;
306 bool m_customerOwnedIpv4PoolHasBeenSet = false;
307
308 Aws::String m_enforceSecurityGroupInboundRulesOnPrivateLinkTraffic;
309 bool m_enforceSecurityGroupInboundRulesOnPrivateLinkTrafficHasBeenSet = false;
310
311 EnablePrefixForIpv6SourceNatEnum m_enablePrefixForIpv6SourceNat;
312 bool m_enablePrefixForIpv6SourceNatHasBeenSet = false;
313 };
314
315} // namespace Model
316} // namespace ElasticLoadBalancingv2
317} // namespace Aws
LoadBalancer & AddSecurityGroups(const char *value)
LoadBalancer & WithCustomerOwnedIpv4Pool(const char *value)
AWS_ELASTICLOADBALANCINGV2_API LoadBalancer & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
LoadBalancer & WithEnablePrefixForIpv6SourceNat(const EnablePrefixForIpv6SourceNatEnum &value)
LoadBalancer & WithCreatedTime(const Aws::Utils::DateTime &value)
LoadBalancer & WithLoadBalancerName(const char *value)
void SetScheme(const LoadBalancerSchemeEnum &value)
LoadBalancer & AddAvailabilityZones(AvailabilityZone &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
LoadBalancer & WithState(LoadBalancerState &&value)
LoadBalancer & WithCanonicalHostedZoneId(const Aws::String &value)
const EnablePrefixForIpv6SourceNatEnum & GetEnablePrefixForIpv6SourceNat() const
LoadBalancer & WithIpAddressType(IpAddressType &&value)
const Aws::String & GetEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic() const
LoadBalancer & WithAvailabilityZones(const Aws::Vector< AvailabilityZone > &value)
const Aws::Vector< Aws::String > & GetSecurityGroups() const
const Aws::String & GetLoadBalancerName() const
void SetCreatedTime(const Aws::Utils::DateTime &value)
const IpAddressType & GetIpAddressType() const
LoadBalancer & WithEnablePrefixForIpv6SourceNat(EnablePrefixForIpv6SourceNatEnum &&value)
AWS_ELASTICLOADBALANCINGV2_API LoadBalancer()
void SetEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic(const char *value)
LoadBalancer & WithScheme(const LoadBalancerSchemeEnum &value)
LoadBalancer & WithDNSName(const char *value)
void SetDNSName(const Aws::String &value)
void SetEnablePrefixForIpv6SourceNat(EnablePrefixForIpv6SourceNatEnum &&value)
void SetState(const LoadBalancerState &value)
LoadBalancer & WithState(const LoadBalancerState &value)
LoadBalancer & AddAvailabilityZones(const AvailabilityZone &value)
LoadBalancer & WithLoadBalancerName(const Aws::String &value)
void SetSecurityGroups(const Aws::Vector< Aws::String > &value)
LoadBalancer & WithLoadBalancerArn(const char *value)
LoadBalancer & WithLoadBalancerName(Aws::String &&value)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetCustomerOwnedIpv4Pool(const Aws::String &value)
void SetIpAddressType(const IpAddressType &value)
LoadBalancer & WithAvailabilityZones(Aws::Vector< AvailabilityZone > &&value)
void SetCanonicalHostedZoneId(Aws::String &&value)
LoadBalancer & WithScheme(LoadBalancerSchemeEnum &&value)
const Aws::String & GetCustomerOwnedIpv4Pool() const
LoadBalancer & WithVpcId(const Aws::String &value)
const LoadBalancerState & GetState() const
void SetCreatedTime(Aws::Utils::DateTime &&value)
void SetLoadBalancerName(const Aws::String &value)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::Vector< AvailabilityZone > & GetAvailabilityZones() const
const Aws::String & GetLoadBalancerArn() const
void SetAvailabilityZones(const Aws::Vector< AvailabilityZone > &value)
void SetEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic(Aws::String &&value)
LoadBalancer & WithCustomerOwnedIpv4Pool(Aws::String &&value)
LoadBalancer & WithLoadBalancerArn(const Aws::String &value)
void SetAvailabilityZones(Aws::Vector< AvailabilityZone > &&value)
LoadBalancer & WithType(LoadBalancerTypeEnum &&value)
const Aws::String & GetCanonicalHostedZoneId() const
const LoadBalancerTypeEnum & GetType() const
AWS_ELASTICLOADBALANCINGV2_API LoadBalancer(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetLoadBalancerArn(const Aws::String &value)
void SetCanonicalHostedZoneId(const Aws::String &value)
LoadBalancer & WithVpcId(const char *value)
LoadBalancer & WithCustomerOwnedIpv4Pool(const Aws::String &value)
void SetEnablePrefixForIpv6SourceNat(const EnablePrefixForIpv6SourceNatEnum &value)
LoadBalancer & WithCreatedTime(Aws::Utils::DateTime &&value)
LoadBalancer & WithEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic(Aws::String &&value)
LoadBalancer & WithSecurityGroups(Aws::Vector< Aws::String > &&value)
LoadBalancer & WithLoadBalancerArn(Aws::String &&value)
LoadBalancer & WithType(const LoadBalancerTypeEnum &value)
void SetScheme(LoadBalancerSchemeEnum &&value)
LoadBalancer & WithCanonicalHostedZoneId(Aws::String &&value)
LoadBalancer & WithDNSName(const Aws::String &value)
LoadBalancer & WithSecurityGroups(const Aws::Vector< Aws::String > &value)
LoadBalancer & WithEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic(const char *value)
void SetSecurityGroups(Aws::Vector< Aws::String > &&value)
void SetType(const LoadBalancerTypeEnum &value)
LoadBalancer & AddSecurityGroups(Aws::String &&value)
LoadBalancer & WithIpAddressType(const IpAddressType &value)
const LoadBalancerSchemeEnum & GetScheme() const
LoadBalancer & AddSecurityGroups(const Aws::String &value)
LoadBalancer & WithDNSName(Aws::String &&value)
LoadBalancer & WithVpcId(Aws::String &&value)
void SetState(LoadBalancerState &&value)
void SetEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic(const Aws::String &value)
LoadBalancer & WithEnforceSecurityGroupInboundRulesOnPrivateLinkTraffic(const Aws::String &value)
void SetType(LoadBalancerTypeEnum &&value)
LoadBalancer & WithCanonicalHostedZoneId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream