7#include <aws/machinelearning/MachineLearning_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/machinelearning/model/RealtimeEndpointInfo.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace MachineLearning
53 template<
typename MLModelIdT = Aws::String>
54 void SetMLModelId(MLModelIdT&& value) { m_mLModelIdHasBeenSet =
true; m_mLModelId = std::forward<MLModelIdT>(value); }
55 template<
typename MLModelIdT = Aws::String>
64 template<
typename RealtimeEndpo
intInfoT = RealtimeEndpo
intInfo>
65 void SetRealtimeEndpointInfo(RealtimeEndpointInfoT&& value) { m_realtimeEndpointInfoHasBeenSet =
true; m_realtimeEndpointInfo = std::forward<RealtimeEndpointInfoT>(value); }
66 template<
typename RealtimeEndpo
intInfoT = RealtimeEndpo
intInfo>
73 template<
typename RequestIdT = Aws::String>
74 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
75 template<
typename RequestIdT = Aws::String>
81 bool m_mLModelIdHasBeenSet =
false;
84 bool m_realtimeEndpointInfoHasBeenSet =
false;
87 bool m_requestIdHasBeenSet =
false;
CreateRealtimeEndpointResult & WithRealtimeEndpointInfo(RealtimeEndpointInfoT &&value)
AWS_MACHINELEARNING_API CreateRealtimeEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const RealtimeEndpointInfo & GetRealtimeEndpointInfo() const
const Aws::String & GetRequestId() const
void SetRealtimeEndpointInfo(RealtimeEndpointInfoT &&value)
CreateRealtimeEndpointResult & WithMLModelId(MLModelIdT &&value)
AWS_MACHINELEARNING_API CreateRealtimeEndpointResult()=default
AWS_MACHINELEARNING_API CreateRealtimeEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
CreateRealtimeEndpointResult & WithRequestId(RequestIdT &&value)
void SetMLModelId(MLModelIdT &&value)
const Aws::String & GetMLModelId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue