7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename Endpo
intNameT = Aws::String>
50 void SetEndpointName(EndpointNameT&& value) { m_endpointNameHasBeenSet =
true; m_endpointName = std::forward<EndpointNameT>(value); }
51 template<
typename Endpo
intNameT = Aws::String>
57 bool m_endpointNameHasBeenSet =
false;
ModelDeployResult & WithEndpointName(EndpointNameT &&value)
bool EndpointNameHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API ModelDeployResult & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API ModelDeployResult()=default
const Aws::String & GetEndpointName() const
void SetEndpointName(EndpointNameT &&value)
AWS_SAGEMAKER_API ModelDeployResult(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue