AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PredictQAppResult.h
1
6#pragma once
7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/qapps/model/PredictAppDefinition.h>
9#include <aws/core/utils/memory/stl/AWSString.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 QApps
25{
26namespace Model
27{
29 {
30 public:
31 AWS_QAPPS_API PredictQAppResult();
34
35
37
40 inline const PredictAppDefinition& GetApp() const{ return m_app; }
41 inline void SetApp(const PredictAppDefinition& value) { m_app = value; }
42 inline void SetApp(PredictAppDefinition&& value) { m_app = std::move(value); }
43 inline PredictQAppResult& WithApp(const PredictAppDefinition& value) { SetApp(value); return *this;}
44 inline PredictQAppResult& WithApp(PredictAppDefinition&& value) { SetApp(std::move(value)); return *this;}
46
48
51 inline const Aws::String& GetProblemStatement() const{ return m_problemStatement; }
52 inline void SetProblemStatement(const Aws::String& value) { m_problemStatement = value; }
53 inline void SetProblemStatement(Aws::String&& value) { m_problemStatement = std::move(value); }
54 inline void SetProblemStatement(const char* value) { m_problemStatement.assign(value); }
55 inline PredictQAppResult& WithProblemStatement(const Aws::String& value) { SetProblemStatement(value); return *this;}
56 inline PredictQAppResult& WithProblemStatement(Aws::String&& value) { SetProblemStatement(std::move(value)); return *this;}
57 inline PredictQAppResult& WithProblemStatement(const char* value) { SetProblemStatement(value); return *this;}
59
61
62 inline const Aws::String& GetRequestId() const{ return m_requestId; }
63 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
64 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
65 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
66 inline PredictQAppResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
67 inline PredictQAppResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
68 inline PredictQAppResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
70 private:
71
73
74 Aws::String m_problemStatement;
75
76 Aws::String m_requestId;
77 };
78
79} // namespace Model
80} // namespace QApps
81} // namespace Aws
void SetProblemStatement(Aws::String &&value)
void SetRequestId(Aws::String &&value)
PredictQAppResult & WithRequestId(const char *value)
PredictQAppResult & WithRequestId(const Aws::String &value)
PredictQAppResult & WithProblemStatement(const Aws::String &value)
PredictQAppResult & WithProblemStatement(Aws::String &&value)
AWS_QAPPS_API PredictQAppResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PredictQAppResult & WithProblemStatement(const char *value)
void SetApp(PredictAppDefinition &&value)
const PredictAppDefinition & GetApp() const
PredictQAppResult & WithApp(PredictAppDefinition &&value)
PredictQAppResult & WithRequestId(Aws::String &&value)
const Aws::String & GetProblemStatement() const
void SetProblemStatement(const Aws::String &value)
AWS_QAPPS_API PredictQAppResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PredictQAppResult & WithApp(const PredictAppDefinition &value)
void SetProblemStatement(const char *value)
void SetApp(const PredictAppDefinition &value)
const Aws::String & GetRequestId() const
void SetRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue