7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/EndpointStatus.h>
49 inline void SetEndpointName(
const char* value) { m_endpointNameHasBeenSet =
true; m_endpointName.assign(value); }
63 inline void SetEndpointConfigName(
const char* value) { m_endpointConfigNameHasBeenSet =
true; m_endpointConfigName.assign(value); }
94 inline void SetFailureReason(
const char* value) { m_failureReasonHasBeenSet =
true; m_failureReason.assign(value); }
102 bool m_endpointNameHasBeenSet =
false;
105 bool m_endpointConfigNameHasBeenSet =
false;
108 bool m_endpointStatusHasBeenSet =
false;
111 bool m_failureReasonHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue