AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
DeleteRealtimeEndpointResult.h
1
6#pragma once
7#include <aws/machinelearning/MachineLearning_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/machinelearning/model/RealtimeEndpointInfo.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace MachineLearning
25{
26namespace Model
27{
37 {
38 public:
39 AWS_MACHINELEARNING_API DeleteRealtimeEndpointResult() = default;
42
43
45
50 inline const Aws::String& GetMLModelId() const { return m_mLModelId; }
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>
54 DeleteRealtimeEndpointResult& WithMLModelId(MLModelIdT&& value) { SetMLModelId(std::forward<MLModelIdT>(value)); return *this;}
56
58
61 inline const RealtimeEndpointInfo& GetRealtimeEndpointInfo() const { return m_realtimeEndpointInfo; }
62 template<typename RealtimeEndpointInfoT = RealtimeEndpointInfo>
63 void SetRealtimeEndpointInfo(RealtimeEndpointInfoT&& value) { m_realtimeEndpointInfoHasBeenSet = true; m_realtimeEndpointInfo = std::forward<RealtimeEndpointInfoT>(value); }
64 template<typename RealtimeEndpointInfoT = RealtimeEndpointInfo>
65 DeleteRealtimeEndpointResult& WithRealtimeEndpointInfo(RealtimeEndpointInfoT&& value) { SetRealtimeEndpointInfo(std::forward<RealtimeEndpointInfoT>(value)); return *this;}
67
69
70 inline const Aws::String& GetRequestId() const { return m_requestId; }
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>
74 DeleteRealtimeEndpointResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
76 private:
77
78 Aws::String m_mLModelId;
79 bool m_mLModelIdHasBeenSet = false;
80
81 RealtimeEndpointInfo m_realtimeEndpointInfo;
82 bool m_realtimeEndpointInfoHasBeenSet = false;
83
84 Aws::String m_requestId;
85 bool m_requestIdHasBeenSet = false;
86 };
87
88} // namespace Model
89} // namespace MachineLearning
90} // namespace Aws
AWS_MACHINELEARNING_API DeleteRealtimeEndpointResult()=default
DeleteRealtimeEndpointResult & WithRequestId(RequestIdT &&value)
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)
DeleteRealtimeEndpointResult & WithRealtimeEndpointInfo(RealtimeEndpointInfoT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue