7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/qapps/QAppsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
45 template<
typename InstanceIdT = Aws::String>
47 template<
typename InstanceIdT = Aws::String>
57 template<
typename AppIdT = Aws::String>
58 void SetAppId(
AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
59 template<
typename AppIdT = Aws::String>
69 inline void SetAppVersion(
int value) { m_appVersionHasBeenSet =
true; m_appVersion = value; }
79 template<
typename CategoriesT = Aws::Vector<Aws::String>>
81 template<
typename CategoriesT = Aws::Vector<Aws::String>>
83 template<
typename CategoriesT = Aws::String>
89 bool m_instanceIdHasBeenSet =
false;
92 bool m_appIdHasBeenSet =
false;
95 bool m_appVersionHasBeenSet =
false;
98 bool m_categoriesHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetCategories() const
const Aws::String & GetAppId() const
CreateLibraryItemRequest & WithAppId(AppIdT &&value)
CreateLibraryItemRequest & AddCategories(CategoriesT &&value)
AWS_QAPPS_API CreateLibraryItemRequest()=default
int GetAppVersion() const
void SetInstanceId(InstanceIdT &&value)
CreateLibraryItemRequest & WithCategories(CategoriesT &&value)
CreateLibraryItemRequest & WithInstanceId(InstanceIdT &&value)
void SetAppVersion(int value)
void SetCategories(CategoriesT &&value)
bool InstanceIdHasBeenSet() const
const Aws::String & GetInstanceId() const
bool CategoriesHasBeenSet() const
CreateLibraryItemRequest & WithAppVersion(int value)
void SetAppId(AppIdT &&value)
AWS_QAPPS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool AppVersionHasBeenSet() const
bool AppIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_QAPPS_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
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