7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/EndpointStatus.h>
47 template<
typename Endpo
intNameT = Aws::String>
48 void SetEndpointName(EndpointNameT&& value) { m_endpointNameHasBeenSet =
true; m_endpointName = std::forward<EndpointNameT>(value); }
49 template<
typename Endpo
intNameT = Aws::String>
59 template<
typename Endpo
intConfigNameT = Aws::String>
60 void SetEndpointConfigName(EndpointConfigNameT&& value) { m_endpointConfigNameHasBeenSet =
true; m_endpointConfigName = std::forward<EndpointConfigNameT>(value); }
61 template<
typename Endpo
intConfigNameT = Aws::String>
86 template<
typename FailureReasonT = Aws::String>
87 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
88 template<
typename FailureReasonT = Aws::String>
94 bool m_endpointNameHasBeenSet =
false;
97 bool m_endpointConfigNameHasBeenSet =
false;
100 bool m_endpointStatusHasBeenSet =
false;
103 bool m_failureReasonHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue