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
51 template<
typename MLModelIdT = Aws::String>
52 void SetMLModelId(MLModelIdT&& value) { m_mLModelIdHasBeenSet =
true; m_mLModelId = std::forward<MLModelIdT>(value); }
53 template<
typename MLModelIdT = Aws::String>
62 template<
typename RealtimeEndpo
intInfoT = RealtimeEndpo
intInfo>
63 void SetRealtimeEndpointInfo(RealtimeEndpointInfoT&& value) { m_realtimeEndpointInfoHasBeenSet =
true; m_realtimeEndpointInfo = std::forward<RealtimeEndpointInfoT>(value); }
64 template<
typename RealtimeEndpo
intInfoT = RealtimeEndpo
intInfo>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_mLModelIdHasBeenSet =
false;
82 bool m_realtimeEndpointInfoHasBeenSet =
false;
85 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