7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/machinelearning/MachineLearning_EXPORTS.h>
9#include <aws/machinelearning/model/RealtimeEndpointInfo.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace MachineLearning {
47 template <
typename MLModelIdT = Aws::String>
49 m_mLModelIdHasBeenSet =
true;
50 m_mLModelId = std::forward<MLModelIdT>(value);
52 template <
typename MLModelIdT = Aws::String>
64 template <
typename RealtimeEndpo
intInfoT = RealtimeEndpo
intInfo>
66 m_realtimeEndpointInfoHasBeenSet =
true;
67 m_realtimeEndpointInfo = std::forward<RealtimeEndpointInfoT>(value);
69 template <
typename RealtimeEndpo
intInfoT = RealtimeEndpo
intInfo>
79 template <
typename RequestIdT = Aws::String>
81 m_requestIdHasBeenSet =
true;
82 m_requestId = std::forward<RequestIdT>(value);
84 template <
typename RequestIdT = Aws::String>
96 bool m_mLModelIdHasBeenSet =
false;
97 bool m_realtimeEndpointInfoHasBeenSet =
false;
98 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