AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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