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/AppRequiredCapability.h>
12#include <aws/qapps/model/AppStatus.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename AppIdT = Aws::String>
40 m_appIdHasBeenSet =
true;
41 m_appId = std::forward<AppIdT>(value);
43 template <
typename AppIdT = Aws::String>
45 SetAppId(std::forward<AppIdT>(value));
55 template <
typename AppArnT = Aws::String>
57 m_appArnHasBeenSet =
true;
58 m_appArn = std::forward<AppArnT>(value);
60 template <
typename AppArnT = Aws::String>
72 template <
typename TitleT = Aws::String>
74 m_titleHasBeenSet =
true;
75 m_title = std::forward<TitleT>(value);
77 template <
typename TitleT = Aws::String>
79 SetTitle(std::forward<TitleT>(value));
89 template <
typename DescriptionT = Aws::String>
91 m_descriptionHasBeenSet =
true;
92 m_description = std::forward<DescriptionT>(value);
94 template <
typename DescriptionT = Aws::String>
106 template <
typename InitialPromptT = Aws::String>
108 m_initialPromptHasBeenSet =
true;
109 m_initialPrompt = std::forward<InitialPromptT>(value);
111 template <
typename InitialPromptT = Aws::String>
124 m_appVersionHasBeenSet =
true;
125 m_appVersion = value;
139 m_statusHasBeenSet =
true;
153 template <
typename CreatedAtT = Aws::Utils::DateTime>
155 m_createdAtHasBeenSet =
true;
156 m_createdAt = std::forward<CreatedAtT>(value);
158 template <
typename CreatedAtT = Aws::Utils::DateTime>
170 template <
typename CreatedByT = Aws::String>
172 m_createdByHasBeenSet =
true;
173 m_createdBy = std::forward<CreatedByT>(value);
175 template <
typename CreatedByT = Aws::String>
187 template <
typename UpdatedAtT = Aws::Utils::DateTime>
189 m_updatedAtHasBeenSet =
true;
190 m_updatedAt = std::forward<UpdatedAtT>(value);
192 template <
typename UpdatedAtT = Aws::Utils::DateTime>
204 template <
typename UpdatedByT = Aws::String>
206 m_updatedByHasBeenSet =
true;
207 m_updatedBy = std::forward<UpdatedByT>(value);
209 template <
typename UpdatedByT = Aws::String>
222 template <
typename RequiredCapabilitiesT = Aws::Vector<AppRequiredCapability>>
224 m_requiredCapabilitiesHasBeenSet =
true;
225 m_requiredCapabilities = std::forward<RequiredCapabilitiesT>(value);
227 template <
typename RequiredCapabilitiesT = Aws::Vector<AppRequiredCapability>>
233 m_requiredCapabilitiesHasBeenSet =
true;
234 m_requiredCapabilities.push_back(value);
242 template <
typename RequestIdT = Aws::String>
244 m_requestIdHasBeenSet =
true;
245 m_requestId = std::forward<RequestIdT>(value);
247 template <
typename RequestIdT = Aws::String>
279 bool m_appIdHasBeenSet =
false;
280 bool m_appArnHasBeenSet =
false;
281 bool m_titleHasBeenSet =
false;
282 bool m_descriptionHasBeenSet =
false;
283 bool m_initialPromptHasBeenSet =
false;
284 bool m_appVersionHasBeenSet =
false;
285 bool m_statusHasBeenSet =
false;
286 bool m_createdAtHasBeenSet =
false;
287 bool m_createdByHasBeenSet =
false;
288 bool m_updatedAtHasBeenSet =
false;
289 bool m_updatedByHasBeenSet =
false;
290 bool m_requiredCapabilitiesHasBeenSet =
false;
291 bool m_requestIdHasBeenSet =
false;
void SetCreatedAt(CreatedAtT &&value)
AppStatus GetStatus() const
CreateQAppResult & WithStatus(AppStatus value)
CreateQAppResult & WithTitle(TitleT &&value)
int GetAppVersion() const
void SetTitle(TitleT &&value)
const Aws::String & GetTitle() const
const Aws::String & GetCreatedBy() const
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::Vector< AppRequiredCapability > & GetRequiredCapabilities() const
void SetRequiredCapabilities(RequiredCapabilitiesT &&value)
const Aws::String & GetDescription() const
CreateQAppResult & WithAppVersion(int value)
void SetStatus(AppStatus value)
CreateQAppResult & WithCreatedBy(CreatedByT &&value)
void SetDescription(DescriptionT &&value)
CreateQAppResult & WithCreatedAt(CreatedAtT &&value)
void SetCreatedBy(CreatedByT &&value)
CreateQAppResult & WithUpdatedAt(UpdatedAtT &&value)
CreateQAppResult & WithDescription(DescriptionT &&value)
void SetInitialPrompt(InitialPromptT &&value)
CreateQAppResult & WithAppId(AppIdT &&value)
const Aws::String & GetInitialPrompt() const
CreateQAppResult & WithRequiredCapabilities(RequiredCapabilitiesT &&value)
void SetUpdatedBy(UpdatedByT &&value)
CreateQAppResult & WithInitialPrompt(InitialPromptT &&value)
AWS_QAPPS_API CreateQAppResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAppVersion(int value)
const Aws::String & GetUpdatedBy() const
CreateQAppResult & WithUpdatedBy(UpdatedByT &&value)
void SetAppId(AppIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetAppId() const
CreateQAppResult & AddRequiredCapabilities(AppRequiredCapability value)
void SetAppArn(AppArnT &&value)
AWS_QAPPS_API CreateQAppResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateQAppResult & WithAppArn(AppArnT &&value)
AWS_QAPPS_API CreateQAppResult()=default
const Aws::String & GetAppArn() const
void SetRequestId(RequestIdT &&value)
CreateQAppResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
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