7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qapps/QApps_EXPORTS.h>
42 template <
typename AppIdT = Aws::String>
44 m_appIdHasBeenSet =
true;
45 m_appId = std::forward<AppIdT>(value);
47 template <
typename AppIdT = Aws::String>
49 SetAppId(std::forward<AppIdT>(value));
60 template <
typename AppArnT = Aws::String>
62 m_appArnHasBeenSet =
true;
63 m_appArn = std::forward<AppArnT>(value);
65 template <
typename AppArnT = Aws::String>
78 template <
typename TitleT = Aws::String>
80 m_titleHasBeenSet =
true;
81 m_title = std::forward<TitleT>(value);
83 template <
typename TitleT = Aws::String>
85 SetTitle(std::forward<TitleT>(value));
96 template <
typename DescriptionT = Aws::String>
98 m_descriptionHasBeenSet =
true;
99 m_description = std::forward<DescriptionT>(value);
101 template <
typename DescriptionT = Aws::String>
114 template <
typename CreatedAtT = Aws::Utils::DateTime>
116 m_createdAtHasBeenSet =
true;
117 m_createdAt = std::forward<CreatedAtT>(value);
119 template <
typename CreatedAtT = Aws::Utils::DateTime>
133 m_canEditHasBeenSet =
true;
148 template <
typename StatusT = Aws::String>
150 m_statusHasBeenSet =
true;
151 m_status = std::forward<StatusT>(value);
153 template <
typename StatusT = Aws::String>
167 m_isVerifiedHasBeenSet =
true;
168 m_isVerified = value;
186 bool m_canEdit{
false};
190 bool m_isVerified{
false};
191 bool m_appIdHasBeenSet =
false;
192 bool m_appArnHasBeenSet =
false;
193 bool m_titleHasBeenSet =
false;
194 bool m_descriptionHasBeenSet =
false;
195 bool m_createdAtHasBeenSet =
false;
196 bool m_canEditHasBeenSet =
false;
197 bool m_statusHasBeenSet =
false;
198 bool m_isVerifiedHasBeenSet =
false;
UserAppItem & WithStatus(StatusT &&value)
void SetAppId(AppIdT &&value)
UserAppItem & WithDescription(DescriptionT &&value)
UserAppItem & WithCreatedAt(CreatedAtT &&value)
void SetIsVerified(bool value)
AWS_QAPPS_API UserAppItem()=default
void SetTitle(TitleT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
UserAppItem & WithCanEdit(bool value)
UserAppItem & WithAppId(AppIdT &&value)
void SetCanEdit(bool value)
const Aws::String & GetStatus() const
UserAppItem & WithIsVerified(bool value)
void SetStatus(StatusT &&value)
bool CanEditHasBeenSet() const
const Aws::String & GetDescription() const
bool AppArnHasBeenSet() const
bool GetIsVerified() const
const Aws::String & GetAppId() const
void SetDescription(DescriptionT &&value)
AWS_QAPPS_API UserAppItem(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAppArn() const
bool StatusHasBeenSet() const
bool AppIdHasBeenSet() const
bool TitleHasBeenSet() const
const Aws::String & GetTitle() const
bool DescriptionHasBeenSet() const
bool CreatedAtHasBeenSet() const
UserAppItem & WithTitle(TitleT &&value)
AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QAPPS_API UserAppItem & operator=(Aws::Utils::Json::JsonView jsonValue)
UserAppItem & WithAppArn(AppArnT &&value)
void SetAppArn(AppArnT &&value)
bool IsVerifiedHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue