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/AppDefinition.h>
13#include <aws/qapps/model/AppRequiredCapability.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
45 template<
typename AppIdT = Aws::String>
46 void SetAppId(
AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
47 template<
typename AppIdT = Aws::String>
56 template<
typename AppArnT = Aws::String>
57 void SetAppArn(
AppArnT&& value) { m_appArnHasBeenSet =
true; m_appArn = std::forward<AppArnT>(value); }
58 template<
typename AppArnT = Aws::String>
67 template<
typename TitleT = Aws::String>
68 void SetTitle(
TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
69 template<
typename TitleT = Aws::String>
78 template<
typename DescriptionT = Aws::String>
80 template<
typename DescriptionT = Aws::String>
89 template<
typename InitialPromptT = Aws::String>
91 template<
typename InitialPromptT = Aws::String>
100 inline void SetAppVersion(
int value) { m_appVersionHasBeenSet =
true; m_appVersion = value; }
118 template<
typename CreatedAtT = Aws::Utils::DateTime>
120 template<
typename CreatedAtT = Aws::Utils::DateTime>
129 template<
typename CreatedByT = Aws::String>
131 template<
typename CreatedByT = Aws::String>
140 template<
typename UpdatedAtT = Aws::Utils::DateTime>
142 template<
typename UpdatedAtT = Aws::Utils::DateTime>
151 template<
typename UpdatedByT = Aws::String>
153 template<
typename UpdatedByT = Aws::String>
163 template<
typename RequiredCapabilitiesT = Aws::Vector<AppRequiredCapability>>
165 template<
typename RequiredCapabilitiesT = Aws::Vector<AppRequiredCapability>>
175 template<
typename AppDefinitionT = AppDefinition>
177 template<
typename AppDefinitionT = AppDefinition>
184 template<
typename RequestIdT = Aws::String>
186 template<
typename RequestIdT = Aws::String>
192 bool m_appIdHasBeenSet =
false;
195 bool m_appArnHasBeenSet =
false;
198 bool m_titleHasBeenSet =
false;
201 bool m_descriptionHasBeenSet =
false;
204 bool m_initialPromptHasBeenSet =
false;
207 bool m_appVersionHasBeenSet =
false;
210 bool m_statusHasBeenSet =
false;
213 bool m_createdAtHasBeenSet =
false;
216 bool m_createdByHasBeenSet =
false;
219 bool m_updatedAtHasBeenSet =
false;
222 bool m_updatedByHasBeenSet =
false;
225 bool m_requiredCapabilitiesHasBeenSet =
false;
227 AppDefinition m_appDefinition;
228 bool m_appDefinitionHasBeenSet =
false;
231 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