7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qapps/QApps_EXPORTS.h>
9#include <aws/qapps/model/PredictAppDefinition.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename AppT = PredictAppDefinition>
37 m_appHasBeenSet =
true;
38 m_app = std::forward<AppT>(value);
40 template <
typename AppT = PredictAppDefinition>
42 SetApp(std::forward<AppT>(value));
52 template <
typename ProblemStatementT = Aws::String>
54 m_problemStatementHasBeenSet =
true;
55 m_problemStatement = std::forward<ProblemStatementT>(value);
57 template <
typename ProblemStatementT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
84 bool m_appHasBeenSet =
false;
85 bool m_problemStatementHasBeenSet =
false;
86 bool m_requestIdHasBeenSet =
false;
AWS_QAPPS_API PredictQAppResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QAPPS_API PredictQAppResult()=default
const PredictAppDefinition & GetApp() const
const Aws::String & GetProblemStatement() const
void SetProblemStatement(ProblemStatementT &&value)
AWS_QAPPS_API PredictQAppResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PredictQAppResult & WithApp(AppT &&value)
void SetRequestId(RequestIdT &&value)
void SetApp(AppT &&value)
const Aws::String & GetRequestId() const
PredictQAppResult & WithRequestId(RequestIdT &&value)
PredictQAppResult & WithProblemStatement(ProblemStatementT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue