7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/qapps/QApps_EXPORTS.h>
11#include <aws/qapps/model/AppDefinition.h>
12#include <aws/qapps/model/AppRequiredCapability.h>
13#include <aws/qapps/model/AppStatus.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename AppIdT = Aws::String>
41 m_appIdHasBeenSet =
true;
42 m_appId = std::forward<AppIdT>(value);
44 template <
typename AppIdT = Aws::String>
46 SetAppId(std::forward<AppIdT>(value));
56 template <
typename AppArnT = Aws::String>
58 m_appArnHasBeenSet =
true;
59 m_appArn = std::forward<AppArnT>(value);
61 template <
typename AppArnT = Aws::String>
73 template <
typename TitleT = Aws::String>
75 m_titleHasBeenSet =
true;
76 m_title = std::forward<TitleT>(value);
78 template <
typename TitleT = Aws::String>
80 SetTitle(std::forward<TitleT>(value));
90 template <
typename DescriptionT = Aws::String>
92 m_descriptionHasBeenSet =
true;
93 m_description = std::forward<DescriptionT>(value);
95 template <
typename DescriptionT = Aws::String>
107 template <
typename InitialPromptT = Aws::String>
109 m_initialPromptHasBeenSet =
true;
110 m_initialPrompt = std::forward<InitialPromptT>(value);
112 template <
typename InitialPromptT = Aws::String>
125 m_appVersionHasBeenSet =
true;
126 m_appVersion = value;
140 m_statusHasBeenSet =
true;
154 template <
typename CreatedAtT = Aws::Utils::DateTime>
156 m_createdAtHasBeenSet =
true;
157 m_createdAt = std::forward<CreatedAtT>(value);
159 template <
typename CreatedAtT = Aws::Utils::DateTime>
171 template <
typename CreatedByT = Aws::String>
173 m_createdByHasBeenSet =
true;
174 m_createdBy = std::forward<CreatedByT>(value);
176 template <
typename CreatedByT = Aws::String>
188 template <
typename UpdatedAtT = Aws::Utils::DateTime>
190 m_updatedAtHasBeenSet =
true;
191 m_updatedAt = std::forward<UpdatedAtT>(value);
193 template <
typename UpdatedAtT = Aws::Utils::DateTime>
205 template <
typename UpdatedByT = Aws::String>
207 m_updatedByHasBeenSet =
true;
208 m_updatedBy = std::forward<UpdatedByT>(value);
210 template <
typename UpdatedByT = Aws::String>
223 template <
typename RequiredCapabilitiesT = Aws::Vector<AppRequiredCapability>>
225 m_requiredCapabilitiesHasBeenSet =
true;
226 m_requiredCapabilities = std::forward<RequiredCapabilitiesT>(value);
228 template <
typename RequiredCapabilitiesT = Aws::Vector<AppRequiredCapability>>
234 m_requiredCapabilitiesHasBeenSet =
true;
235 m_requiredCapabilities.push_back(value);
245 template <
typename AppDefinitionT = AppDefinition>
247 m_appDefinitionHasBeenSet =
true;
248 m_appDefinition = std::forward<AppDefinitionT>(value);
250 template <
typename AppDefinitionT = AppDefinition>
260 template <
typename RequestIdT = Aws::String>
262 m_requestIdHasBeenSet =
true;
263 m_requestId = std::forward<RequestIdT>(value);
265 template <
typename RequestIdT = Aws::String>
296 AppDefinition m_appDefinition;
299 bool m_appIdHasBeenSet =
false;
300 bool m_appArnHasBeenSet =
false;
301 bool m_titleHasBeenSet =
false;
302 bool m_descriptionHasBeenSet =
false;
303 bool m_initialPromptHasBeenSet =
false;
304 bool m_appVersionHasBeenSet =
false;
305 bool m_statusHasBeenSet =
false;
306 bool m_createdAtHasBeenSet =
false;
307 bool m_createdByHasBeenSet =
false;
308 bool m_updatedAtHasBeenSet =
false;
309 bool m_updatedByHasBeenSet =
false;
310 bool m_requiredCapabilitiesHasBeenSet =
false;
311 bool m_appDefinitionHasBeenSet =
false;
312 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)
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