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>
162 template<
typename RequiredCapabilitiesT = Aws::Vector<AppRequiredCapability>>
164 template<
typename RequiredCapabilitiesT = Aws::Vector<AppRequiredCapability>>
172 template<
typename RequestIdT = Aws::String>
174 template<
typename RequestIdT = Aws::String>
180 bool m_appIdHasBeenSet =
false;
183 bool m_appArnHasBeenSet =
false;
186 bool m_titleHasBeenSet =
false;
189 bool m_descriptionHasBeenSet =
false;
192 bool m_initialPromptHasBeenSet =
false;
195 bool m_appVersionHasBeenSet =
false;
198 bool m_statusHasBeenSet =
false;
201 bool m_createdAtHasBeenSet =
false;
204 bool m_createdByHasBeenSet =
false;
207 bool m_updatedAtHasBeenSet =
false;
210 bool m_updatedByHasBeenSet =
false;
213 bool m_requiredCapabilitiesHasBeenSet =
false;
216 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