7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/AdditionalEnis.h>
10#include <aws/sagemaker/model/CapacityReservation.h>
44 template <
typename CustomerEniT = Aws::String>
46 m_customerEniHasBeenSet =
true;
47 m_customerEni = std::forward<CustomerEniT>(value);
49 template <
typename CustomerEniT = Aws::String>
63 template <
typename AdditionalEnisT = AdditionalEnis>
65 m_additionalEnisHasBeenSet =
true;
66 m_additionalEnis = std::forward<AdditionalEnisT>(value);
68 template <
typename AdditionalEnisT = AdditionalEnis>
81 template <
typename CapacityReservationT = CapacityReservation>
83 m_capacityReservationHasBeenSet =
true;
84 m_capacityReservation = std::forward<CapacityReservationT>(value);
86 template <
typename CapacityReservationT = CapacityReservation>
100 template <
typename FailureMessageT = Aws::String>
102 m_failureMessageHasBeenSet =
true;
103 m_failureMessage = std::forward<FailureMessageT>(value);
105 template <
typename FailureMessageT = Aws::String>
118 template <
typename LcsExecutionStateT = Aws::String>
120 m_lcsExecutionStateHasBeenSet =
true;
121 m_lcsExecutionState = std::forward<LcsExecutionStateT>(value);
123 template <
typename LcsExecutionStateT = Aws::String>
137 template <
typename NodeLogicalIdT = Aws::String>
139 m_nodeLogicalIdHasBeenSet =
true;
140 m_nodeLogicalId = std::forward<NodeLogicalIdT>(value);
142 template <
typename NodeLogicalIdT = Aws::String>
160 bool m_customerEniHasBeenSet =
false;
161 bool m_additionalEnisHasBeenSet =
false;
162 bool m_capacityReservationHasBeenSet =
false;
163 bool m_failureMessageHasBeenSet =
false;
164 bool m_lcsExecutionStateHasBeenSet =
false;
165 bool m_nodeLogicalIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue