7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/CapacityReservation.h>
44 template <
typename FailureMessageT = Aws::String>
46 m_failureMessageHasBeenSet =
true;
47 m_failureMessage = std::forward<FailureMessageT>(value);
49 template <
typename FailureMessageT = Aws::String>
62 template <
typename AvailabilityZoneIdT = Aws::String>
64 m_availabilityZoneIdHasBeenSet =
true;
65 m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value);
67 template <
typename AvailabilityZoneIdT = Aws::String>
80 template <
typename CapacityReservationT = CapacityReservation>
82 m_capacityReservationHasBeenSet =
true;
83 m_capacityReservation = std::forward<CapacityReservationT>(value);
85 template <
typename CapacityReservationT = CapacityReservation>
98 template <
typename SubnetIdT = Aws::String>
100 m_subnetIdHasBeenSet =
true;
101 m_subnetId = std::forward<SubnetIdT>(value);
103 template <
typename SubnetIdT = Aws::String>
116 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
118 m_securityGroupIdsHasBeenSet =
true;
119 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
121 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
126 template <
typename SecurityGroupIdsT = Aws::String>
128 m_securityGroupIdsHasBeenSet =
true;
129 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
141 template <
typename AmiOverr
ideT = Aws::String>
143 m_amiOverrideHasBeenSet =
true;
144 m_amiOverride = std::forward<AmiOverrideT>(value);
146 template <
typename AmiOverr
ideT = Aws::String>
164 bool m_failureMessageHasBeenSet =
false;
165 bool m_availabilityZoneIdHasBeenSet =
false;
166 bool m_capacityReservationHasBeenSet =
false;
167 bool m_subnetIdHasBeenSet =
false;
168 bool m_securityGroupIdsHasBeenSet =
false;
169 bool m_amiOverrideHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue