AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
DeleteRealtimeEndpointResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/machinelearning/MachineLearning_EXPORTS.h>
9#include <aws/machinelearning/model/RealtimeEndpointInfo.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace MachineLearning {
23namespace Model {
33 public:
34 AWS_MACHINELEARNING_API DeleteRealtimeEndpointResult() = default;
37
39
44 inline const Aws::String& GetMLModelId() const { return m_mLModelId; }
45 template <typename MLModelIdT = Aws::String>
46 void SetMLModelId(MLModelIdT&& value) {
47 m_mLModelIdHasBeenSet = true;
48 m_mLModelId = std::forward<MLModelIdT>(value);
49 }
50 template <typename MLModelIdT = Aws::String>
52 SetMLModelId(std::forward<MLModelIdT>(value));
53 return *this;
54 }
56
58
61 inline const RealtimeEndpointInfo& GetRealtimeEndpointInfo() const { return m_realtimeEndpointInfo; }
62 template <typename RealtimeEndpointInfoT = RealtimeEndpointInfo>
63 void SetRealtimeEndpointInfo(RealtimeEndpointInfoT&& value) {
64 m_realtimeEndpointInfoHasBeenSet = true;
65 m_realtimeEndpointInfo = std::forward<RealtimeEndpointInfoT>(value);
66 }
67 template <typename RealtimeEndpointInfoT = RealtimeEndpointInfo>
69 SetRealtimeEndpointInfo(std::forward<RealtimeEndpointInfoT>(value));
70 return *this;
71 }
73
75
76 inline const Aws::String& GetRequestId() const { return m_requestId; }
77 template <typename RequestIdT = Aws::String>
78 void SetRequestId(RequestIdT&& value) {
79 m_requestIdHasBeenSet = true;
80 m_requestId = std::forward<RequestIdT>(value);
81 }
82 template <typename RequestIdT = Aws::String>
84 SetRequestId(std::forward<RequestIdT>(value));
85 return *this;
86 }
88 private:
89 Aws::String m_mLModelId;
90
91 RealtimeEndpointInfo m_realtimeEndpointInfo;
92
93 Aws::String m_requestId;
94 bool m_mLModelIdHasBeenSet = false;
95 bool m_realtimeEndpointInfoHasBeenSet = false;
96 bool m_requestIdHasBeenSet = false;
97};
98
99} // namespace Model
100} // namespace MachineLearning
101} // 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