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 {
45 template <
typename MLModelIdT = Aws::String>
47 m_mLModelIdHasBeenSet =
true;
48 m_mLModelId = std::forward<MLModelIdT>(value);
50 template <
typename MLModelIdT = Aws::String>
62 template <
typename RealtimeEndpo
intInfoT = RealtimeEndpo
intInfo>
64 m_realtimeEndpointInfoHasBeenSet =
true;
65 m_realtimeEndpointInfo = std::forward<RealtimeEndpointInfoT>(value);
67 template <
typename RealtimeEndpo
intInfoT = RealtimeEndpo
intInfo>
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
94 bool m_mLModelIdHasBeenSet =
false;
95 bool m_realtimeEndpointInfoHasBeenSet =
false;
96 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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue