7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/machinelearning/MachineLearning_EXPORTS.h>
10#include <aws/machinelearning/model/RealtimeEndpointInfo.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace MachineLearning {
48 template <
typename MLModelIdT = Aws::String>
50 m_mLModelIdHasBeenSet =
true;
51 m_mLModelId = std::forward<MLModelIdT>(value);
53 template <
typename MLModelIdT = Aws::String>
65 template <
typename RealtimeEndpo
intInfoT = RealtimeEndpo
intInfo>
67 m_realtimeEndpointInfoHasBeenSet =
true;
68 m_realtimeEndpointInfo = std::forward<RealtimeEndpointInfoT>(value);
70 template <
typename RealtimeEndpo
intInfoT = RealtimeEndpo
intInfo>
80 template <
typename RequestIdT = Aws::String>
82 m_requestIdHasBeenSet =
true;
83 m_requestId = std::forward<RequestIdT>(value);
85 template <
typename RequestIdT = Aws::String>
100 bool m_mLModelIdHasBeenSet =
false;
101 bool m_realtimeEndpointInfoHasBeenSet =
false;
102 bool m_requestIdHasBeenSet =
false;
CreateRealtimeEndpointResult & WithRealtimeEndpointInfo(RealtimeEndpointInfoT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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