7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ec2/EC2_EXPORTS.h>
11#include <aws/ec2/model/CreditSpecificationRequest.h>
12#include <aws/ec2/model/InstanceRequirementsRequest.h>
13#include <aws/ec2/model/InstanceType.h>
14#include <aws/ec2/model/LaunchTemplateBlockDeviceMappingRequest.h>
15#include <aws/ec2/model/LaunchTemplateCapacityReservationSpecificationRequest.h>
16#include <aws/ec2/model/LaunchTemplateCpuOptionsRequest.h>
17#include <aws/ec2/model/LaunchTemplateEnclaveOptionsRequest.h>
18#include <aws/ec2/model/LaunchTemplateHibernationOptionsRequest.h>
19#include <aws/ec2/model/LaunchTemplateIamInstanceProfileSpecificationRequest.h>
20#include <aws/ec2/model/LaunchTemplateInstanceMaintenanceOptionsRequest.h>
21#include <aws/ec2/model/LaunchTemplateInstanceMarketOptionsRequest.h>
22#include <aws/ec2/model/LaunchTemplateInstanceMetadataOptionsRequest.h>
23#include <aws/ec2/model/LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.h>
24#include <aws/ec2/model/LaunchTemplateLicenseConfigurationRequest.h>
25#include <aws/ec2/model/LaunchTemplateNetworkPerformanceOptionsRequest.h>
26#include <aws/ec2/model/LaunchTemplatePlacementRequest.h>
27#include <aws/ec2/model/LaunchTemplatePrivateDnsNameOptionsRequest.h>
28#include <aws/ec2/model/LaunchTemplateTagSpecificationRequest.h>
29#include <aws/ec2/model/LaunchTemplatesMonitoringRequest.h>
30#include <aws/ec2/model/OperatorRequest.h>
31#include <aws/ec2/model/ShutdownBehavior.h>
69 template <
typename KernelIdT = Aws::String>
71 m_kernelIdHasBeenSet =
true;
72 m_kernelId = std::forward<KernelIdT>(value);
74 template <
typename KernelIdT = Aws::String>
92 m_ebsOptimizedHasBeenSet =
true;
93 m_ebsOptimized = value;
107 template <
typename IamInstanceProfileT = LaunchTemplateIamInstanceProfileSpecificationRequest>
109 m_iamInstanceProfileHasBeenSet =
true;
110 m_iamInstanceProfile = std::forward<IamInstanceProfileT>(value);
112 template <
typename IamInstanceProfileT = LaunchTemplateIamInstanceProfileSpecificationRequest>
125 template <
typename BlockDeviceMappingsT = Aws::Vector<LaunchTemplateBlockDeviceMappingRequest>>
127 m_blockDeviceMappingsHasBeenSet =
true;
128 m_blockDeviceMappings = std::forward<BlockDeviceMappingsT>(value);
130 template <
typename BlockDeviceMappingsT = Aws::Vector<LaunchTemplateBlockDeviceMappingRequest>>
135 template <
typename BlockDeviceMappingsT = LaunchTemplateBlockDeviceMappingRequest>
137 m_blockDeviceMappingsHasBeenSet =
true;
138 m_blockDeviceMappings.emplace_back(std::forward<BlockDeviceMappingsT>(value));
148 return m_networkInterfaces;
151 template <
typename NetworkInterfacesT = Aws::Vector<LaunchTemplateInstanceNetworkInterfaceSpecificationRequest>>
153 m_networkInterfacesHasBeenSet =
true;
154 m_networkInterfaces = std::forward<NetworkInterfacesT>(value);
156 template <
typename NetworkInterfacesT = Aws::Vector<LaunchTemplateInstanceNetworkInterfaceSpecificationRequest>>
161 template <
typename NetworkInterfacesT = LaunchTemplateInstanceNetworkInterfaceSpecificationRequest>
163 m_networkInterfacesHasBeenSet =
true;
164 m_networkInterfaces.emplace_back(std::forward<NetworkInterfacesT>(value));
195 template <
typename ImageIdT = Aws::String>
197 m_imageIdHasBeenSet =
true;
198 m_imageId = std::forward<ImageIdT>(value);
200 template <
typename ImageIdT = Aws::String>
218 m_instanceTypeHasBeenSet =
true;
219 m_instanceType = value;
239 template <
typename KeyNameT = Aws::String>
241 m_keyNameHasBeenSet =
true;
242 m_keyName = std::forward<KeyNameT>(value);
244 template <
typename KeyNameT = Aws::String>
257 template <
typename MonitoringT = LaunchTemplatesMonitoringRequest>
259 m_monitoringHasBeenSet =
true;
260 m_monitoring = std::forward<MonitoringT>(value);
262 template <
typename MonitoringT = LaunchTemplatesMonitoringRequest>
275 template <
typename PlacementT = LaunchTemplatePlacementRequest>
277 m_placementHasBeenSet =
true;
278 m_placement = std::forward<PlacementT>(value);
280 template <
typename PlacementT = LaunchTemplatePlacementRequest>
296 template <
typename RamDiskIdT = Aws::String>
298 m_ramDiskIdHasBeenSet =
true;
299 m_ramDiskId = std::forward<RamDiskIdT>(value);
301 template <
typename RamDiskIdT = Aws::String>
319 m_disableApiTerminationHasBeenSet =
true;
320 m_disableApiTermination = value;
337 m_instanceInitiatedShutdownBehaviorHasBeenSet =
true;
338 m_instanceInitiatedShutdownBehavior = value;
361 template <
typename UserDataT = Aws::String>
363 m_userDataHasBeenSet =
true;
364 m_userData = std::forward<UserDataT>(value);
366 template <
typename UserDataT = Aws::String>
380 template <
typename TagSpecificationsT = Aws::Vector<LaunchTemplateTagSpecificationRequest>>
382 m_tagSpecificationsHasBeenSet =
true;
383 m_tagSpecifications = std::forward<TagSpecificationsT>(value);
385 template <
typename TagSpecificationsT = Aws::Vector<LaunchTemplateTagSpecificationRequest>>
390 template <
typename TagSpecificationsT = LaunchTemplateTagSpecificationRequest>
392 m_tagSpecificationsHasBeenSet =
true;
393 m_tagSpecifications.emplace_back(std::forward<TagSpecificationsT>(value));
406 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
408 m_securityGroupIdsHasBeenSet =
true;
409 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
411 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
416 template <
typename SecurityGroupIdsT = Aws::String>
418 m_securityGroupIdsHasBeenSet =
true;
419 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
433 template <
typename SecurityGroupsT = Aws::Vector<Aws::String>>
435 m_securityGroupsHasBeenSet =
true;
436 m_securityGroups = std::forward<SecurityGroupsT>(value);
438 template <
typename SecurityGroupsT = Aws::Vector<Aws::String>>
443 template <
typename SecurityGroupsT = Aws::String>
445 m_securityGroupsHasBeenSet =
true;
446 m_securityGroups.emplace_back(std::forward<SecurityGroupsT>(value));
457 template <
typename InstanceMarketOptionsT = LaunchTemplateInstanceMarketOptionsRequest>
459 m_instanceMarketOptionsHasBeenSet =
true;
460 m_instanceMarketOptions = std::forward<InstanceMarketOptionsT>(value);
462 template <
typename InstanceMarketOptionsT = LaunchTemplateInstanceMarketOptionsRequest>
476 template <
typename CreditSpecificationT = CreditSpecificationRequest>
478 m_creditSpecificationHasBeenSet =
true;
479 m_creditSpecification = std::forward<CreditSpecificationT>(value);
481 template <
typename CreditSpecificationT = CreditSpecificationRequest>
496 template <
typename CpuOptionsT = LaunchTemplateCpuOptionsRequest>
498 m_cpuOptionsHasBeenSet =
true;
499 m_cpuOptions = std::forward<CpuOptionsT>(value);
501 template <
typename CpuOptionsT = LaunchTemplateCpuOptionsRequest>
516 return m_capacityReservationSpecification;
519 template <
typename CapacityReservationSpecificationT = LaunchTemplateCapacityReservationSpecificationRequest>
521 m_capacityReservationSpecificationHasBeenSet =
true;
522 m_capacityReservationSpecification = std::forward<CapacityReservationSpecificationT>(value);
524 template <
typename CapacityReservationSpecificationT = LaunchTemplateCapacityReservationSpecificationRequest>
537 template <
typename LicenseSpecificationsT = Aws::Vector<LaunchTemplateLicenseConfigurationRequest>>
539 m_licenseSpecificationsHasBeenSet =
true;
540 m_licenseSpecifications = std::forward<LicenseSpecificationsT>(value);
542 template <
typename LicenseSpecificationsT = Aws::Vector<LaunchTemplateLicenseConfigurationRequest>>
547 template <
typename LicenseSpecificationsT = LaunchTemplateLicenseConfigurationRequest>
549 m_licenseSpecificationsHasBeenSet =
true;
550 m_licenseSpecifications.emplace_back(std::forward<LicenseSpecificationsT>(value));
566 template <
typename HibernationOptionsT = LaunchTemplateHibernationOptionsRequest>
568 m_hibernationOptionsHasBeenSet =
true;
569 m_hibernationOptions = std::forward<HibernationOptionsT>(value);
571 template <
typename HibernationOptionsT = LaunchTemplateHibernationOptionsRequest>
587 template <
typename MetadataOptionsT = LaunchTemplateInstanceMetadataOptionsRequest>
589 m_metadataOptionsHasBeenSet =
true;
590 m_metadataOptions = std::forward<MetadataOptionsT>(value);
592 template <
typename MetadataOptionsT = LaunchTemplateInstanceMetadataOptionsRequest>
610 template <
typename EnclaveOptionsT = LaunchTemplateEnclaveOptionsRequest>
612 m_enclaveOptionsHasBeenSet =
true;
613 m_enclaveOptions = std::forward<EnclaveOptionsT>(value);
615 template <
typename EnclaveOptionsT = LaunchTemplateEnclaveOptionsRequest>
656 template <
typename InstanceRequirementsT = InstanceRequirementsRequest>
658 m_instanceRequirementsHasBeenSet =
true;
659 m_instanceRequirements = std::forward<InstanceRequirementsT>(value);
661 template <
typename InstanceRequirementsT = InstanceRequirementsRequest>
675 template <
typename PrivateDnsNameOptionsT = LaunchTemplatePrivateDnsNameOptionsRequest>
677 m_privateDnsNameOptionsHasBeenSet =
true;
678 m_privateDnsNameOptions = std::forward<PrivateDnsNameOptionsT>(value);
680 template <
typename PrivateDnsNameOptionsT = LaunchTemplatePrivateDnsNameOptionsRequest>
693 template <
typename Ma
intenanceOptionsT = LaunchTemplateInstanceMa
intenanceOptionsRequest>
695 m_maintenanceOptionsHasBeenSet =
true;
696 m_maintenanceOptions = std::forward<MaintenanceOptionsT>(value);
698 template <
typename Ma
intenanceOptionsT = LaunchTemplateInstanceMa
intenanceOptionsRequest>
716 m_disableApiStopHasBeenSet =
true;
717 m_disableApiStop = value;
731 template <
typename OperatorT = OperatorRequest>
733 m_operatorHasBeenSet =
true;
734 m_operator = std::forward<OperatorT>(value);
736 template <
typename OperatorT = OperatorRequest>
750 template <
typename NetworkPerformanceOptionsT = LaunchTemplateNetworkPerformanceOptionsRequest>
752 m_networkPerformanceOptionsHasBeenSet =
true;
753 m_networkPerformanceOptions = std::forward<NetworkPerformanceOptionsT>(value);
755 template <
typename NetworkPerformanceOptionsT = LaunchTemplateNetworkPerformanceOptionsRequest>
764 bool m_ebsOptimized{
false};
766 LaunchTemplateIamInstanceProfileSpecificationRequest m_iamInstanceProfile;
778 LaunchTemplatesMonitoringRequest m_monitoring;
780 LaunchTemplatePlacementRequest m_placement;
784 bool m_disableApiTermination{
false};
796 LaunchTemplateInstanceMarketOptionsRequest m_instanceMarketOptions;
798 CreditSpecificationRequest m_creditSpecification;
800 LaunchTemplateCpuOptionsRequest m_cpuOptions;
802 LaunchTemplateCapacityReservationSpecificationRequest m_capacityReservationSpecification;
806 LaunchTemplateHibernationOptionsRequest m_hibernationOptions;
808 LaunchTemplateInstanceMetadataOptionsRequest m_metadataOptions;
810 LaunchTemplateEnclaveOptionsRequest m_enclaveOptions;
812 InstanceRequirementsRequest m_instanceRequirements;
814 LaunchTemplatePrivateDnsNameOptionsRequest m_privateDnsNameOptions;
816 LaunchTemplateInstanceMaintenanceOptionsRequest m_maintenanceOptions;
818 bool m_disableApiStop{
false};
820 OperatorRequest m_operator;
822 LaunchTemplateNetworkPerformanceOptionsRequest m_networkPerformanceOptions;
823 bool m_kernelIdHasBeenSet =
false;
824 bool m_ebsOptimizedHasBeenSet =
false;
825 bool m_iamInstanceProfileHasBeenSet =
false;
826 bool m_blockDeviceMappingsHasBeenSet =
false;
827 bool m_networkInterfacesHasBeenSet =
false;
828 bool m_imageIdHasBeenSet =
false;
829 bool m_instanceTypeHasBeenSet =
false;
830 bool m_keyNameHasBeenSet =
false;
831 bool m_monitoringHasBeenSet =
false;
832 bool m_placementHasBeenSet =
false;
833 bool m_ramDiskIdHasBeenSet =
false;
834 bool m_disableApiTerminationHasBeenSet =
false;
835 bool m_instanceInitiatedShutdownBehaviorHasBeenSet =
false;
836 bool m_userDataHasBeenSet =
false;
837 bool m_tagSpecificationsHasBeenSet =
false;
838 bool m_securityGroupIdsHasBeenSet =
false;
839 bool m_securityGroupsHasBeenSet =
false;
840 bool m_instanceMarketOptionsHasBeenSet =
false;
841 bool m_creditSpecificationHasBeenSet =
false;
842 bool m_cpuOptionsHasBeenSet =
false;
843 bool m_capacityReservationSpecificationHasBeenSet =
false;
844 bool m_licenseSpecificationsHasBeenSet =
false;
845 bool m_hibernationOptionsHasBeenSet =
false;
846 bool m_metadataOptionsHasBeenSet =
false;
847 bool m_enclaveOptionsHasBeenSet =
false;
848 bool m_instanceRequirementsHasBeenSet =
false;
849 bool m_privateDnsNameOptionsHasBeenSet =
false;
850 bool m_maintenanceOptionsHasBeenSet =
false;
851 bool m_disableApiStopHasBeenSet =
false;
852 bool m_operatorHasBeenSet =
false;
853 bool m_networkPerformanceOptionsHasBeenSet =
false;
bool NetworkPerformanceOptionsHasBeenSet() const
bool HibernationOptionsHasBeenSet() const
bool OperatorHasBeenSet() const
RequestLaunchTemplateData & WithTagSpecifications(TagSpecificationsT &&value)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
bool InstanceRequirementsHasBeenSet() const
const LaunchTemplateInstanceMarketOptionsRequest & GetInstanceMarketOptions() const
bool EbsOptimizedHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
RequestLaunchTemplateData & AddTagSpecifications(TagSpecificationsT &&value)
RequestLaunchTemplateData & WithInstanceInitiatedShutdownBehavior(ShutdownBehavior value)
const Aws::String & GetKeyName() const
void SetKeyName(KeyNameT &&value)
RequestLaunchTemplateData & WithUserData(UserDataT &&value)
void SetOperator(OperatorT &&value)
const Aws::Vector< LaunchTemplateLicenseConfigurationRequest > & GetLicenseSpecifications() const
bool SecurityGroupIdsHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const LaunchTemplatePlacementRequest & GetPlacement() const
void SetNetworkPerformanceOptions(NetworkPerformanceOptionsT &&value)
RequestLaunchTemplateData & WithNetworkInterfaces(NetworkInterfacesT &&value)
bool PlacementHasBeenSet() const
RequestLaunchTemplateData & AddLicenseSpecifications(LicenseSpecificationsT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroups() const
const LaunchTemplatesMonitoringRequest & GetMonitoring() const
void SetIamInstanceProfile(IamInstanceProfileT &&value)
void SetImageId(ImageIdT &&value)
bool GetEbsOptimized() const
bool RamDiskIdHasBeenSet() const
void SetMonitoring(MonitoringT &&value)
void SetNetworkInterfaces(NetworkInterfacesT &&value)
RequestLaunchTemplateData & WithImageId(ImageIdT &&value)
bool MaintenanceOptionsHasBeenSet() const
bool KernelIdHasBeenSet() const
bool CpuOptionsHasBeenSet() const
InstanceType GetInstanceType() const
RequestLaunchTemplateData & WithInstanceType(InstanceType value)
const InstanceRequirementsRequest & GetInstanceRequirements() const
bool CreditSpecificationHasBeenSet() const
RequestLaunchTemplateData & WithInstanceRequirements(InstanceRequirementsT &&value)
bool InstanceMarketOptionsHasBeenSet() const
const Aws::String & GetUserData() const
void SetPrivateDnsNameOptions(PrivateDnsNameOptionsT &&value)
const Aws::String & GetRamDiskId() const
RequestLaunchTemplateData & WithCapacityReservationSpecification(CapacityReservationSpecificationT &&value)
RequestLaunchTemplateData & WithNetworkPerformanceOptions(NetworkPerformanceOptionsT &&value)
void SetCapacityReservationSpecification(CapacityReservationSpecificationT &&value)
const CreditSpecificationRequest & GetCreditSpecification() const
bool PrivateDnsNameOptionsHasBeenSet() const
void SetKernelId(KernelIdT &&value)
RequestLaunchTemplateData & WithMonitoring(MonitoringT &&value)
void SetUserData(UserDataT &&value)
void SetMetadataOptions(MetadataOptionsT &&value)
void SetBlockDeviceMappings(BlockDeviceMappingsT &&value)
bool DisableApiTerminationHasBeenSet() const
void SetSecurityGroups(SecurityGroupsT &&value)
bool BlockDeviceMappingsHasBeenSet() const
bool ImageIdHasBeenSet() const
const LaunchTemplateInstanceMaintenanceOptionsRequest & GetMaintenanceOptions() const
const LaunchTemplateIamInstanceProfileSpecificationRequest & GetIamInstanceProfile() const
RequestLaunchTemplateData & AddSecurityGroups(SecurityGroupsT &&value)
const LaunchTemplateCapacityReservationSpecificationRequest & GetCapacityReservationSpecification() const
RequestLaunchTemplateData & WithIamInstanceProfile(IamInstanceProfileT &&value)
AWS_EC2_API RequestLaunchTemplateData & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetInstanceInitiatedShutdownBehavior(ShutdownBehavior value)
bool NetworkInterfacesHasBeenSet() const
RequestLaunchTemplateData & AddSecurityGroupIds(SecurityGroupIdsT &&value)
bool InstanceTypeHasBeenSet() const
bool DisableApiStopHasBeenSet() const
RequestLaunchTemplateData & WithKeyName(KeyNameT &&value)
RequestLaunchTemplateData & WithRamDiskId(RamDiskIdT &&value)
void SetPlacement(PlacementT &&value)
RequestLaunchTemplateData & AddNetworkInterfaces(NetworkInterfacesT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
bool UserDataHasBeenSet() const
const Aws::Vector< LaunchTemplateInstanceNetworkInterfaceSpecificationRequest > & GetNetworkInterfaces() const
RequestLaunchTemplateData & WithEnclaveOptions(EnclaveOptionsT &&value)
const Aws::String & GetImageId() const
RequestLaunchTemplateData & WithPrivateDnsNameOptions(PrivateDnsNameOptionsT &&value)
bool TagSpecificationsHasBeenSet() const
const OperatorRequest & GetOperator() const
void SetEbsOptimized(bool value)
bool IamInstanceProfileHasBeenSet() const
const LaunchTemplateInstanceMetadataOptionsRequest & GetMetadataOptions() const
RequestLaunchTemplateData & WithOperator(OperatorT &&value)
AWS_EC2_API RequestLaunchTemplateData()=default
const Aws::Vector< LaunchTemplateTagSpecificationRequest > & GetTagSpecifications() const
RequestLaunchTemplateData & WithSecurityGroupIds(SecurityGroupIdsT &&value)
void SetInstanceType(InstanceType value)
void SetHibernationOptions(HibernationOptionsT &&value)
const Aws::Vector< LaunchTemplateBlockDeviceMappingRequest > & GetBlockDeviceMappings() const
void SetRamDiskId(RamDiskIdT &&value)
RequestLaunchTemplateData & WithCpuOptions(CpuOptionsT &&value)
RequestLaunchTemplateData & WithCreditSpecification(CreditSpecificationT &&value)
bool EnclaveOptionsHasBeenSet() const
const LaunchTemplatePrivateDnsNameOptionsRequest & GetPrivateDnsNameOptions() const
RequestLaunchTemplateData & AddBlockDeviceMappings(BlockDeviceMappingsT &&value)
RequestLaunchTemplateData & WithMaintenanceOptions(MaintenanceOptionsT &&value)
void SetTagSpecifications(TagSpecificationsT &&value)
bool CapacityReservationSpecificationHasBeenSet() const
RequestLaunchTemplateData & WithPlacement(PlacementT &&value)
RequestLaunchTemplateData & WithKernelId(KernelIdT &&value)
bool MonitoringHasBeenSet() const
void SetDisableApiStop(bool value)
RequestLaunchTemplateData & WithMetadataOptions(MetadataOptionsT &&value)
AWS_EC2_API RequestLaunchTemplateData(const Aws::Utils::Xml::XmlNode &xmlNode)
RequestLaunchTemplateData & WithBlockDeviceMappings(BlockDeviceMappingsT &&value)
ShutdownBehavior GetInstanceInitiatedShutdownBehavior() const
void SetDisableApiTermination(bool value)
RequestLaunchTemplateData & WithDisableApiStop(bool value)
void SetInstanceRequirements(InstanceRequirementsT &&value)
RequestLaunchTemplateData & WithInstanceMarketOptions(InstanceMarketOptionsT &&value)
bool GetDisableApiTermination() const
const LaunchTemplateNetworkPerformanceOptionsRequest & GetNetworkPerformanceOptions() const
bool MetadataOptionsHasBeenSet() const
const Aws::String & GetKernelId() const
const LaunchTemplateCpuOptionsRequest & GetCpuOptions() const
RequestLaunchTemplateData & WithSecurityGroups(SecurityGroupsT &&value)
const LaunchTemplateEnclaveOptionsRequest & GetEnclaveOptions() const
RequestLaunchTemplateData & WithDisableApiTermination(bool value)
bool KeyNameHasBeenSet() const
void SetEnclaveOptions(EnclaveOptionsT &&value)
void SetCpuOptions(CpuOptionsT &&value)
void SetMaintenanceOptions(MaintenanceOptionsT &&value)
void SetCreditSpecification(CreditSpecificationT &&value)
void SetInstanceMarketOptions(InstanceMarketOptionsT &&value)
RequestLaunchTemplateData & WithLicenseSpecifications(LicenseSpecificationsT &&value)
RequestLaunchTemplateData & WithEbsOptimized(bool value)
const LaunchTemplateHibernationOptionsRequest & GetHibernationOptions() const
bool LicenseSpecificationsHasBeenSet() const
void SetLicenseSpecifications(LicenseSpecificationsT &&value)
bool InstanceInitiatedShutdownBehaviorHasBeenSet() const
bool SecurityGroupsHasBeenSet() const
bool GetDisableApiStop() const
RequestLaunchTemplateData & WithHibernationOptions(HibernationOptionsT &&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