AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateMLModelResult.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{
37 {
38 public:
39 AWS_MACHINELEARNING_API CreateMLModelResult();
42
43
45
50 inline const Aws::String& GetMLModelId() const{ return m_mLModelId; }
51 inline void SetMLModelId(const Aws::String& value) { m_mLModelId = value; }
52 inline void SetMLModelId(Aws::String&& value) { m_mLModelId = std::move(value); }
53 inline void SetMLModelId(const char* value) { m_mLModelId.assign(value); }
54 inline CreateMLModelResult& WithMLModelId(const Aws::String& value) { SetMLModelId(value); return *this;}
55 inline CreateMLModelResult& WithMLModelId(Aws::String&& value) { SetMLModelId(std::move(value)); return *this;}
56 inline CreateMLModelResult& WithMLModelId(const char* value) { SetMLModelId(value); return *this;}
58
60
61 inline const Aws::String& GetRequestId() const{ return m_requestId; }
62 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
63 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
64 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
65 inline CreateMLModelResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
66 inline CreateMLModelResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
67 inline CreateMLModelResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
69 private:
70
71 Aws::String m_mLModelId;
72
73 Aws::String m_requestId;
74 };
75
76} // namespace Model
77} // namespace MachineLearning
78} // namespace Aws
AWS_MACHINELEARNING_API CreateMLModelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_MACHINELEARNING_API CreateMLModelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateMLModelResult & WithRequestId(const Aws::String &value)
CreateMLModelResult & WithMLModelId(const char *value)
CreateMLModelResult & WithRequestId(const char *value)
CreateMLModelResult & WithRequestId(Aws::String &&value)
CreateMLModelResult & WithMLModelId(Aws::String &&value)
CreateMLModelResult & WithMLModelId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue