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/Category.h>
45 template <
typename LibraryItemIdT = Aws::String>
47 m_libraryItemIdHasBeenSet =
true;
48 m_libraryItemId = std::forward<LibraryItemIdT>(value);
50 template <
typename LibraryItemIdT = Aws::String>
63 template <
typename AppIdT = Aws::String>
65 m_appIdHasBeenSet =
true;
66 m_appId = std::forward<AppIdT>(value);
68 template <
typename AppIdT = Aws::String>
70 SetAppId(std::forward<AppIdT>(value));
82 m_appVersionHasBeenSet =
true;
97 template <
typename CategoriesT = Aws::Vector<Category>>
99 m_categoriesHasBeenSet =
true;
100 m_categories = std::forward<CategoriesT>(value);
102 template <
typename CategoriesT = Aws::Vector<Category>>
107 template <
typename CategoriesT = Category>
109 m_categoriesHasBeenSet =
true;
110 m_categories.emplace_back(std::forward<CategoriesT>(value));
121 template <
typename StatusT = Aws::String>
123 m_statusHasBeenSet =
true;
124 m_status = std::forward<StatusT>(value);
126 template <
typename StatusT = Aws::String>
139 template <
typename CreatedAtT = Aws::Utils::DateTime>
141 m_createdAtHasBeenSet =
true;
142 m_createdAt = std::forward<CreatedAtT>(value);
144 template <
typename CreatedAtT = Aws::Utils::DateTime>
157 template <
typename CreatedByT = Aws::String>
159 m_createdByHasBeenSet =
true;
160 m_createdBy = std::forward<CreatedByT>(value);
162 template <
typename CreatedByT = Aws::String>
175 template <
typename UpdatedAtT = Aws::Utils::DateTime>
177 m_updatedAtHasBeenSet =
true;
178 m_updatedAt = std::forward<UpdatedAtT>(value);
180 template <
typename UpdatedAtT = Aws::Utils::DateTime>
193 template <
typename UpdatedByT = Aws::String>
195 m_updatedByHasBeenSet =
true;
196 m_updatedBy = std::forward<UpdatedByT>(value);
198 template <
typename UpdatedByT = Aws::String>
212 m_ratingCountHasBeenSet =
true;
213 m_ratingCount = value;
228 m_isRatedByUserHasBeenSet =
true;
229 m_isRatedByUser = value;
244 m_userCountHasBeenSet =
true;
260 m_isVerifiedHasBeenSet =
true;
261 m_isVerified = value;
287 int m_ratingCount{0};
289 bool m_isRatedByUser{
false};
293 bool m_isVerified{
false};
294 bool m_libraryItemIdHasBeenSet =
false;
295 bool m_appIdHasBeenSet =
false;
296 bool m_appVersionHasBeenSet =
false;
297 bool m_categoriesHasBeenSet =
false;
298 bool m_statusHasBeenSet =
false;
299 bool m_createdAtHasBeenSet =
false;
300 bool m_createdByHasBeenSet =
false;
301 bool m_updatedAtHasBeenSet =
false;
302 bool m_updatedByHasBeenSet =
false;
303 bool m_ratingCountHasBeenSet =
false;
304 bool m_isRatedByUserHasBeenSet =
false;
305 bool m_userCountHasBeenSet =
false;
306 bool m_isVerifiedHasBeenSet =
false;
LibraryItemMember & WithUpdatedBy(UpdatedByT &&value)
LibraryItemMember & WithCreatedBy(CreatedByT &&value)
AWS_QAPPS_API LibraryItemMember()=default
bool UserCountHasBeenSet() const
void SetLibraryItemId(LibraryItemIdT &&value)
AWS_QAPPS_API LibraryItemMember(Aws::Utils::Json::JsonView jsonValue)
int GetAppVersion() const
void SetCreatedBy(CreatedByT &&value)
LibraryItemMember & WithCategories(CategoriesT &&value)
LibraryItemMember & WithUserCount(int value)
void SetCreatedAt(CreatedAtT &&value)
int GetRatingCount() const
void SetAppVersion(int value)
bool CreatedAtHasBeenSet() const
LibraryItemMember & WithIsVerified(bool value)
bool GetIsRatedByUser() const
LibraryItemMember & WithAppVersion(int value)
const Aws::String & GetAppId() const
void SetRatingCount(int value)
void SetUserCount(int value)
LibraryItemMember & WithAppId(AppIdT &&value)
const Aws::String & GetCreatedBy() const
void SetStatus(StatusT &&value)
LibraryItemMember & WithUpdatedAt(UpdatedAtT &&value)
bool GetIsVerified() const
AWS_QAPPS_API LibraryItemMember & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetStatus() const
void SetIsVerified(bool value)
bool UpdatedAtHasBeenSet() const
LibraryItemMember & WithStatus(StatusT &&value)
bool CategoriesHasBeenSet() const
void SetCategories(CategoriesT &&value)
LibraryItemMember & WithRatingCount(int value)
bool StatusHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
bool AppIdHasBeenSet() const
AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIsRatedByUser(bool value)
bool LibraryItemIdHasBeenSet() const
bool IsRatedByUserHasBeenSet() const
const Aws::String & GetLibraryItemId() const
bool UpdatedByHasBeenSet() const
bool IsVerifiedHasBeenSet() const
const Aws::String & GetUpdatedBy() const
LibraryItemMember & WithIsRatedByUser(bool value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::Vector< Category > & GetCategories() const
bool CreatedByHasBeenSet() const
LibraryItemMember & WithCreatedAt(CreatedAtT &&value)
bool RatingCountHasBeenSet() const
LibraryItemMember & WithLibraryItemId(LibraryItemIdT &&value)
void SetUpdatedBy(UpdatedByT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
LibraryItemMember & AddCategories(CategoriesT &&value)
void SetAppId(AppIdT &&value)
bool AppVersionHasBeenSet() 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