7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/QBusinessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
48 template<
typename ApplicationIdT = Aws::String>
50 template<
typename ApplicationIdT = Aws::String>
60 template<
typename IndexIdT = Aws::String>
61 void SetIndexId(
IndexIdT&& value) { m_indexIdHasBeenSet =
true; m_indexId = std::forward<IndexIdT>(value); }
62 template<
typename IndexIdT = Aws::String>
72 template<
typename DataSourceIdsT = Aws::Vector<Aws::String>>
74 template<
typename DataSourceIdsT = Aws::Vector<Aws::String>>
76 template<
typename DataSourceIdsT = Aws::String>
88 template<
typename NextTokenT = Aws::String>
89 void SetNextToken(
NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
90 template<
typename NextTokenT = Aws::String>
100 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
106 bool m_applicationIdHasBeenSet =
false;
109 bool m_indexIdHasBeenSet =
false;
112 bool m_dataSourceIdsHasBeenSet =
false;
115 bool m_nextTokenHasBeenSet =
false;
118 bool m_maxResultsHasBeenSet =
false;
bool ApplicationIdHasBeenSet() const
ListDocumentsRequest & WithNextToken(NextTokenT &&value)
ListDocumentsRequest & WithIndexId(IndexIdT &&value)
virtual const char * GetServiceRequestName() const override
ListDocumentsRequest & WithApplicationId(ApplicationIdT &&value)
int GetMaxResults() const
void SetMaxResults(int value)
AWS_QBUSINESS_API ListDocumentsRequest()=default
ListDocumentsRequest & WithDataSourceIds(DataSourceIdsT &&value)
AWS_QBUSINESS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetDataSourceIds(DataSourceIdsT &&value)
const Aws::String & GetIndexId() const
bool IndexIdHasBeenSet() const
const Aws::String & GetApplicationId() const
AWS_QBUSINESS_API Aws::String SerializePayload() const override
void SetIndexId(IndexIdT &&value)
void SetApplicationId(ApplicationIdT &&value)
ListDocumentsRequest & AddDataSourceIds(DataSourceIdsT &&value)
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
const Aws::Vector< Aws::String > & GetDataSourceIds() const
ListDocumentsRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
bool DataSourceIdsHasBeenSet() 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