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/qapps/model/LibraryItemStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
46 template<
typename InstanceIdT = Aws::String>
48 template<
typename InstanceIdT = Aws::String>
58 template<
typename LibraryItemIdT = Aws::String>
60 template<
typename LibraryItemIdT = Aws::String>
81 template<
typename CategoriesT = Aws::Vector<Aws::String>>
83 template<
typename CategoriesT = Aws::Vector<Aws::String>>
85 template<
typename CategoriesT = Aws::String>
91 bool m_instanceIdHasBeenSet =
false;
94 bool m_libraryItemIdHasBeenSet =
false;
97 bool m_statusHasBeenSet =
false;
100 bool m_categoriesHasBeenSet =
false;
UpdateLibraryItemRequest & AddCategories(CategoriesT &&value)
void SetLibraryItemId(LibraryItemIdT &&value)
AWS_QAPPS_API UpdateLibraryItemRequest()=default
void SetInstanceId(InstanceIdT &&value)
const Aws::String & GetLibraryItemId() const
UpdateLibraryItemRequest & WithInstanceId(InstanceIdT &&value)
UpdateLibraryItemRequest & WithStatus(LibraryItemStatus value)
AWS_QAPPS_API Aws::String SerializePayload() const override
UpdateLibraryItemRequest & WithCategories(CategoriesT &&value)
virtual const char * GetServiceRequestName() const override
bool InstanceIdHasBeenSet() const
bool LibraryItemIdHasBeenSet() const
bool CategoriesHasBeenSet() const
const Aws::Vector< Aws::String > & GetCategories() const
LibraryItemStatus GetStatus() const
const Aws::String & GetInstanceId() const
AWS_QAPPS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetStatus(LibraryItemStatus value)
void SetCategories(CategoriesT &&value)
UpdateLibraryItemRequest & WithLibraryItemId(LibraryItemIdT &&value)
bool StatusHasBeenSet() const
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