7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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>
55 bool m_endpointNameHasBeenSet =
false;
const Aws::String & GetEndpointName() const
EndpointInfo & WithEndpointName(EndpointNameT &&value)
AWS_SAGEMAKER_API EndpointInfo(Aws::Utils::Json::JsonView jsonValue)
bool EndpointNameHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEndpointName(EndpointNameT &&value)
AWS_SAGEMAKER_API EndpointInfo()=default
AWS_SAGEMAKER_API EndpointInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue