7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/EndpointStatus.h>
41 template <
typename Endpo
intNameT = Aws::String>
43 m_endpointNameHasBeenSet =
true;
44 m_endpointName = std::forward<EndpointNameT>(value);
46 template <
typename Endpo
intNameT = Aws::String>
59 template <
typename Endpo
intConfigNameT = Aws::String>
61 m_endpointConfigNameHasBeenSet =
true;
62 m_endpointConfigName = std::forward<EndpointConfigNameT>(value);
64 template <
typename Endpo
intConfigNameT = Aws::String>
81 m_endpointStatusHasBeenSet =
true;
82 m_endpointStatus = value;
98 template <
typename FailureReasonT = Aws::String>
100 m_failureReasonHasBeenSet =
true;
101 m_failureReason = std::forward<FailureReasonT>(value);
103 template <
typename FailureReasonT = Aws::String>
117 bool m_endpointNameHasBeenSet =
false;
118 bool m_endpointConfigNameHasBeenSet =
false;
119 bool m_endpointStatusHasBeenSet =
false;
120 bool m_failureReasonHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue