7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/qapps/QApps_EXPORTS.h>
12#include <aws/qapps/model/AppDefinition.h>
13#include <aws/qapps/model/AppRequiredCapability.h>
14#include <aws/qapps/model/AppStatus.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename AppIdT = Aws::String>
42 m_appIdHasBeenSet =
true;
43 m_appId = std::forward<AppIdT>(value);
45 template <
typename AppIdT = Aws::String>
47 SetAppId(std::forward<AppIdT>(value));
57 template <
typename AppArnT = Aws::String>
59 m_appArnHasBeenSet =
true;
60 m_appArn = std::forward<AppArnT>(value);
62 template <
typename AppArnT = Aws::String>
74 template <
typename TitleT = Aws::String>
76 m_titleHasBeenSet =
true;
77 m_title = std::forward<TitleT>(value);
79 template <
typename TitleT = Aws::String>
81 SetTitle(std::forward<TitleT>(value));
91 template <
typename DescriptionT = Aws::String>
93 m_descriptionHasBeenSet =
true;
94 m_description = std::forward<DescriptionT>(value);
96 template <
typename DescriptionT = Aws::String>
108 template <
typename InitialPromptT = Aws::String>
110 m_initialPromptHasBeenSet =
true;
111 m_initialPrompt = std::forward<InitialPromptT>(value);
113 template <
typename InitialPromptT = Aws::String>
126 m_appVersionHasBeenSet =
true;
127 m_appVersion = value;
141 m_statusHasBeenSet =
true;
155 template <
typename CreatedAtT = Aws::Utils::DateTime>
157 m_createdAtHasBeenSet =
true;
158 m_createdAt = std::forward<CreatedAtT>(value);
160 template <
typename CreatedAtT = Aws::Utils::DateTime>
172 template <
typename CreatedByT = Aws::String>
174 m_createdByHasBeenSet =
true;
175 m_createdBy = std::forward<CreatedByT>(value);
177 template <
typename CreatedByT = Aws::String>
189 template <
typename UpdatedAtT = Aws::Utils::DateTime>
191 m_updatedAtHasBeenSet =
true;
192 m_updatedAt = std::forward<UpdatedAtT>(value);
194 template <
typename UpdatedAtT = Aws::Utils::DateTime>
206 template <
typename UpdatedByT = Aws::String>
208 m_updatedByHasBeenSet =
true;
209 m_updatedBy = std::forward<UpdatedByT>(value);
211 template <
typename UpdatedByT = Aws::String>
224 template <
typename RequiredCapabilitiesT = Aws::Vector<AppRequiredCapability>>
226 m_requiredCapabilitiesHasBeenSet =
true;
227 m_requiredCapabilities = std::forward<RequiredCapabilitiesT>(value);
229 template <
typename RequiredCapabilitiesT = Aws::Vector<AppRequiredCapability>>
235 m_requiredCapabilitiesHasBeenSet =
true;
236 m_requiredCapabilities.push_back(value);
246 template <
typename AppDefinitionT = AppDefinition>
248 m_appDefinitionHasBeenSet =
true;
249 m_appDefinition = std::forward<AppDefinitionT>(value);
251 template <
typename AppDefinitionT = AppDefinition>
261 template <
typename RequestIdT = Aws::String>
263 m_requestIdHasBeenSet =
true;
264 m_requestId = std::forward<RequestIdT>(value);
266 template <
typename RequestIdT = Aws::String>
299 AppDefinition m_appDefinition;
303 bool m_appIdHasBeenSet =
false;
304 bool m_appArnHasBeenSet =
false;
305 bool m_titleHasBeenSet =
false;
306 bool m_descriptionHasBeenSet =
false;
307 bool m_initialPromptHasBeenSet =
false;
308 bool m_appVersionHasBeenSet =
false;
309 bool m_statusHasBeenSet =
false;
310 bool m_createdAtHasBeenSet =
false;
311 bool m_createdByHasBeenSet =
false;
312 bool m_updatedAtHasBeenSet =
false;
313 bool m_updatedByHasBeenSet =
false;
314 bool m_requiredCapabilitiesHasBeenSet =
false;
315 bool m_appDefinitionHasBeenSet =
false;
316 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreatedAt() const
GetQAppResult & WithUpdatedBy(UpdatedByT &&value)
GetQAppResult & WithRequiredCapabilities(RequiredCapabilitiesT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
GetQAppResult & WithDescription(DescriptionT &&value)
const Aws::Vector< AppRequiredCapability > & GetRequiredCapabilities() const
void SetAppVersion(int value)
void SetAppArn(AppArnT &&value)
void SetAppId(AppIdT &&value)
const Aws::String & GetAppId() const
const Aws::String & GetUpdatedBy() const
GetQAppResult & WithCreatedBy(CreatedByT &&value)
GetQAppResult & WithTitle(TitleT &&value)
GetQAppResult & WithUpdatedAt(UpdatedAtT &&value)
GetQAppResult & WithAppArn(AppArnT &&value)
GetQAppResult & AddRequiredCapabilities(AppRequiredCapability value)
const AppDefinition & GetAppDefinition() const
void SetRequiredCapabilities(RequiredCapabilitiesT &&value)
const Aws::String & GetCreatedBy() const
AppStatus GetStatus() const
const Aws::String & GetAppArn() const
GetQAppResult & WithAppVersion(int value)
const Aws::String & GetDescription() const
void SetCreatedBy(CreatedByT &&value)
void SetRequestId(RequestIdT &&value)
GetQAppResult & WithCreatedAt(CreatedAtT &&value)
void SetStatus(AppStatus value)
void SetInitialPrompt(InitialPromptT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
const Aws::String & GetTitle() const
int GetAppVersion() const
GetQAppResult & WithInitialPrompt(InitialPromptT &&value)
const Aws::String & GetInitialPrompt() const
GetQAppResult & WithAppId(AppIdT &&value)
AWS_QAPPS_API GetQAppResult()=default
void SetTitle(TitleT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetDescription(DescriptionT &&value)
void SetUpdatedBy(UpdatedByT &&value)
void SetAppDefinition(AppDefinitionT &&value)
GetQAppResult & WithRequestId(RequestIdT &&value)
GetQAppResult & WithAppDefinition(AppDefinitionT &&value)
AWS_QAPPS_API GetQAppResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetQAppResult & WithStatus(AppStatus value)
void SetCreatedAt(CreatedAtT &&value)
AWS_QAPPS_API GetQAppResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue