7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/QBusinessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.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>
75 template<
typename NextTokenT = Aws::String>
76 void SetNextToken(
NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
77 template<
typename NextTokenT = Aws::String>
87 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
93 bool m_applicationIdHasBeenSet =
false;
96 bool m_indexIdHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
102 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
const Aws::String & GetIndexId() const
int GetMaxResults() const
void SetIndexId(IndexIdT &&value)
AWS_QBUSINESS_API Aws::String SerializePayload() const override
ListDataSourcesRequest & WithIndexId(IndexIdT &&value)
bool ApplicationIdHasBeenSet() const
void SetMaxResults(int value)
const Aws::String & GetApplicationId() const
virtual const char * GetServiceRequestName() const override
void SetApplicationId(ApplicationIdT &&value)
ListDataSourcesRequest & WithApplicationId(ApplicationIdT &&value)
AWS_QBUSINESS_API ListDataSourcesRequest()=default
ListDataSourcesRequest & WithMaxResults(int value)
AWS_QBUSINESS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetNextToken(NextTokenT &&value)
bool IndexIdHasBeenSet() const
ListDataSourcesRequest & WithNextToken(NextTokenT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String