7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/qapps/model/PredictAppDefinition.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename AppT = PredictAppDefinition>
42 void SetApp(
AppT&& value) { m_appHasBeenSet =
true; m_app = std::forward<AppT>(value); }
43 template<
typename AppT = PredictAppDefinition>
52 template<
typename ProblemStatementT = Aws::String>
54 template<
typename ProblemStatementT = Aws::String>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(
RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_appHasBeenSet =
false;
72 bool m_problemStatementHasBeenSet =
false;
75 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