7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/qapps/QAppsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename InstanceIdT = Aws::String>
52 template<
typename InstanceIdT = Aws::String>
60 inline int GetLimit()
const {
return m_limit; }
62 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
72 template<
typename NextTokenT = Aws::String>
73 void SetNextToken(
NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
74 template<
typename NextTokenT = Aws::String>
84 template<
typename CategoryIdT = Aws::String>
86 template<
typename CategoryIdT = Aws::String>
92 bool m_instanceIdHasBeenSet =
false;
95 bool m_limitHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
101 bool m_categoryIdHasBeenSet =
false;
bool NextTokenHasBeenSet() const
bool CategoryIdHasBeenSet() const
const Aws::String & GetNextToken() const
AWS_QAPPS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListLibraryItemsRequest & WithLimit(int value)
AWS_QAPPS_API ListLibraryItemsRequest()=default
AWS_QAPPS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetCategoryId(CategoryIdT &&value)
void SetNextToken(NextTokenT &&value)
bool LimitHasBeenSet() const
ListLibraryItemsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetCategoryId() const
AWS_QAPPS_API Aws::String SerializePayload() const override
const Aws::String & GetInstanceId() const
ListLibraryItemsRequest & WithInstanceId(InstanceIdT &&value)
ListLibraryItemsRequest & WithCategoryId(CategoryIdT &&value)
void SetInstanceId(InstanceIdT &&value)
bool InstanceIdHasBeenSet() const
virtual const char * GetServiceRequestName() 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