7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qapps/model/AppStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/qapps/model/AppRequiredCapability.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename AppIdT = Aws::String>
45 void SetAppId(
AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
46 template<
typename AppIdT = Aws::String>
55 template<
typename AppArnT = Aws::String>
56 void SetAppArn(
AppArnT&& value) { m_appArnHasBeenSet =
true; m_appArn = std::forward<AppArnT>(value); }
57 template<
typename AppArnT = Aws::String>
66 template<
typename TitleT = Aws::String>
67 void SetTitle(
TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
68 template<
typename TitleT = Aws::String>
77 template<
typename DescriptionT = Aws::String>
79 template<
typename DescriptionT = Aws::String>
88 template<
typename InitialPromptT = Aws::String>
90 template<
typename InitialPromptT = Aws::String>
99 inline void SetAppVersion(
int value) { m_appVersionHasBeenSet =
true; m_appVersion = value; }
117 template<
typename CreatedAtT = Aws::Utils::DateTime>
119 template<
typename CreatedAtT = Aws::Utils::DateTime>
128 template<
typename CreatedByT = Aws::String>
130 template<
typename CreatedByT = Aws::String>
139 template<
typename UpdatedAtT = Aws::Utils::DateTime>
141 template<
typename UpdatedAtT = Aws::Utils::DateTime>
150 template<
typename UpdatedByT = Aws::String>
152 template<
typename UpdatedByT = Aws::String>
161 template<
typename RequiredCapabilitiesT = Aws::Vector<AppRequiredCapability>>
163 template<
typename RequiredCapabilitiesT = Aws::Vector<AppRequiredCapability>>
171 template<
typename RequestIdT = Aws::String>
173 template<
typename RequestIdT = Aws::String>
179 bool m_appIdHasBeenSet =
false;
182 bool m_appArnHasBeenSet =
false;
185 bool m_titleHasBeenSet =
false;
188 bool m_descriptionHasBeenSet =
false;
191 bool m_initialPromptHasBeenSet =
false;
194 bool m_appVersionHasBeenSet =
false;
197 bool m_statusHasBeenSet =
false;
200 bool m_createdAtHasBeenSet =
false;
203 bool m_createdByHasBeenSet =
false;
206 bool m_updatedAtHasBeenSet =
false;
209 bool m_updatedByHasBeenSet =
false;
212 bool m_requiredCapabilitiesHasBeenSet =
false;
215 bool m_requestIdHasBeenSet =
false;
UpdateQAppResult & WithStatus(AppStatus value)
void SetStatus(AppStatus value)
UpdateQAppResult & WithRequestId(RequestIdT &&value)
void SetTitle(TitleT &&value)
UpdateQAppResult & WithInitialPrompt(InitialPromptT &&value)
void SetDescription(DescriptionT &&value)
void SetCreatedAt(CreatedAtT &&value)
AWS_QAPPS_API UpdateQAppResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateQAppResult & WithUpdatedBy(UpdatedByT &&value)
AWS_QAPPS_API UpdateQAppResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateQAppResult & WithCreatedBy(CreatedByT &&value)
UpdateQAppResult & WithCreatedAt(CreatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
UpdateQAppResult & WithTitle(TitleT &&value)
UpdateQAppResult & WithAppArn(AppArnT &&value)
void SetUpdatedBy(UpdatedByT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetAppArn() const
void SetAppArn(AppArnT &&value)
const Aws::String & GetRequestId() const
UpdateQAppResult & WithDescription(DescriptionT &&value)
UpdateQAppResult & WithRequiredCapabilities(RequiredCapabilitiesT &&value)
void SetAppId(AppIdT &&value)
const Aws::String & GetTitle() const
void SetInitialPrompt(InitialPromptT &&value)
const Aws::String & GetCreatedBy() const
const Aws::String & GetDescription() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetUpdatedBy() const
const Aws::String & GetAppId() const
const Aws::Utils::DateTime & GetUpdatedAt() const
UpdateQAppResult & WithAppId(AppIdT &&value)
const Aws::Vector< AppRequiredCapability > & GetRequiredCapabilities() const
AWS_QAPPS_API UpdateQAppResult()=default
int GetAppVersion() const
void SetCreatedBy(CreatedByT &&value)
AppStatus GetStatus() const
void SetRequiredCapabilities(RequiredCapabilitiesT &&value)
UpdateQAppResult & AddRequiredCapabilities(AppRequiredCapability value)
const Aws::String & GetInitialPrompt() const
void SetAppVersion(int value)
UpdateQAppResult & WithUpdatedAt(UpdatedAtT &&value)
UpdateQAppResult & WithAppVersion(int value)
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