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 {
46 template <
typename MLModelIdT = Aws::String>
48 m_mLModelIdHasBeenSet =
true;
49 m_mLModelId = std::forward<MLModelIdT>(value);
51 template <
typename MLModelIdT = Aws::String>
63 template <
typename RealtimeEndpo
intInfoT = RealtimeEndpo
intInfo>
65 m_realtimeEndpointInfoHasBeenSet =
true;
66 m_realtimeEndpointInfo = std::forward<RealtimeEndpointInfoT>(value);
68 template <
typename RealtimeEndpo
intInfoT = RealtimeEndpo
intInfo>
78 template <
typename RequestIdT = Aws::String>
80 m_requestIdHasBeenSet =
true;
81 m_requestId = std::forward<RequestIdT>(value);
83 template <
typename RequestIdT = Aws::String>
98 bool m_mLModelIdHasBeenSet =
false;
99 bool m_realtimeEndpointInfoHasBeenSet =
false;
100 bool m_requestIdHasBeenSet =
false;
AWS_MACHINELEARNING_API DeleteRealtimeEndpointResult()=default
void SetMLModelId(MLModelIdT &&value)
DeleteRealtimeEndpointResult & WithRequestId(RequestIdT &&value)
void SetRealtimeEndpointInfo(RealtimeEndpointInfoT &&value)
void SetRequestId(RequestIdT &&value)
const RealtimeEndpointInfo & GetRealtimeEndpointInfo() const
const Aws::String & GetRequestId() const
DeleteRealtimeEndpointResult & WithMLModelId(MLModelIdT &&value)
AWS_MACHINELEARNING_API DeleteRealtimeEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_MACHINELEARNING_API DeleteRealtimeEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetMLModelId() const
DeleteRealtimeEndpointResult & WithRealtimeEndpointInfo(RealtimeEndpointInfoT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue