AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateMLModelResult.h
1
6#pragma once
7#include <aws/machinelearning/MachineLearning_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace MachineLearning
24{
25namespace Model
26{
35 {
36 public:
37 AWS_MACHINELEARNING_API UpdateMLModelResult();
40
41
43
48 inline const Aws::String& GetMLModelId() const{ return m_mLModelId; }
49 inline void SetMLModelId(const Aws::String& value) { m_mLModelId = value; }
50 inline void SetMLModelId(Aws::String&& value) { m_mLModelId = std::move(value); }
51 inline void SetMLModelId(const char* value) { m_mLModelId.assign(value); }
52 inline UpdateMLModelResult& WithMLModelId(const Aws::String& value) { SetMLModelId(value); return *this;}
53 inline UpdateMLModelResult& WithMLModelId(Aws::String&& value) { SetMLModelId(std::move(value)); return *this;}
54 inline UpdateMLModelResult& WithMLModelId(const char* value) { SetMLModelId(value); return *this;}
56
58
59 inline const Aws::String& GetRequestId() const{ return m_requestId; }
60 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
61 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
62 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
63 inline UpdateMLModelResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
64 inline UpdateMLModelResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
65 inline UpdateMLModelResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
67 private:
68
69 Aws::String m_mLModelId;
70
71 Aws::String m_requestId;
72 };
73
74} // namespace Model
75} // namespace MachineLearning
76} // namespace Aws
AWS_MACHINELEARNING_API UpdateMLModelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateMLModelResult & WithRequestId(const Aws::String &value)
UpdateMLModelResult & WithMLModelId(Aws::String &&value)
UpdateMLModelResult & WithMLModelId(const char *value)
UpdateMLModelResult & WithRequestId(Aws::String &&value)
UpdateMLModelResult & WithRequestId(const char *value)
AWS_MACHINELEARNING_API UpdateMLModelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateMLModelResult & WithMLModelId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue