7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/CapacityReservation.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
50 template<
typename FailureMessageT = Aws::String>
51 void SetFailureMessage(FailureMessageT&& value) { m_failureMessageHasBeenSet =
true; m_failureMessage = std::forward<FailureMessageT>(value); }
52 template<
typename FailureMessageT = Aws::String>
62 template<
typename AvailabilityZoneIdT = Aws::String>
63 void SetAvailabilityZoneId(AvailabilityZoneIdT&& value) { m_availabilityZoneIdHasBeenSet =
true; m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value); }
64 template<
typename AvailabilityZoneIdT = Aws::String>
74 template<
typename CapacityReservationT = CapacityReservation>
75 void SetCapacityReservation(CapacityReservationT&& value) { m_capacityReservationHasBeenSet =
true; m_capacityReservation = std::forward<CapacityReservationT>(value); }
76 template<
typename CapacityReservationT = CapacityReservation>
86 template<
typename SubnetIdT = Aws::String>
87 void SetSubnetId(SubnetIdT&& value) { m_subnetIdHasBeenSet =
true; m_subnetId = std::forward<SubnetIdT>(value); }
88 template<
typename SubnetIdT = Aws::String>
98 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
99 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
100 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
102 template<
typename SecurityGroupIdsT = Aws::String>
113 template<
typename AmiOverr
ideT = Aws::String>
114 void SetAmiOverride(AmiOverrideT&& value) { m_amiOverrideHasBeenSet =
true; m_amiOverride = std::forward<AmiOverrideT>(value); }
115 template<
typename AmiOverr
ideT = Aws::String>
121 bool m_failureMessageHasBeenSet =
false;
124 bool m_availabilityZoneIdHasBeenSet =
false;
127 bool m_capacityReservationHasBeenSet =
false;
130 bool m_subnetIdHasBeenSet =
false;
133 bool m_securityGroupIdsHasBeenSet =
false;
136 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