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/DateTime.h>
49 template<
typename ApplicationIdT = Aws::String>
51 template<
typename ApplicationIdT = Aws::String>
61 template<
typename IndexIdT = Aws::String>
62 void SetIndexId(
IndexIdT&& value) { m_indexIdHasBeenSet =
true; m_indexId = std::forward<IndexIdT>(value); }
63 template<
typename IndexIdT = Aws::String>
74 template<
typename UpdatedEarlierThanT = Aws::Utils::DateTime>
76 template<
typename UpdatedEarlierThanT = Aws::Utils::DateTime>
87 template<
typename DataSourceIdT = Aws::String>
89 template<
typename DataSourceIdT = Aws::String>
102 template<
typename NextTokenT = Aws::String>
104 template<
typename NextTokenT = Aws::String>
114 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
120 bool m_applicationIdHasBeenSet =
false;
123 bool m_indexIdHasBeenSet =
false;
126 bool m_updatedEarlierThanHasBeenSet =
false;
129 bool m_dataSourceIdHasBeenSet =
false;
132 bool m_nextTokenHasBeenSet =
false;
135 bool m_maxResultsHasBeenSet =
false;
ListGroupsRequest & WithIndexId(IndexIdT &&value)
void SetDataSourceId(DataSourceIdT &&value)
bool UpdatedEarlierThanHasBeenSet() const
void SetMaxResults(int value)
const Aws::String & GetDataSourceId() const
AWS_QBUSINESS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListGroupsRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
ListGroupsRequest & WithApplicationId(ApplicationIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetUpdatedEarlierThan(UpdatedEarlierThanT &&value)
bool ApplicationIdHasBeenSet() const
bool NextTokenHasBeenSet() const
void SetApplicationId(ApplicationIdT &&value)
const Aws::String & GetNextToken() const
AWS_QBUSINESS_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
ListGroupsRequest & WithDataSourceId(DataSourceIdT &&value)
ListGroupsRequest & WithMaxResults(int value)
const Aws::String & GetIndexId() const
AWS_QBUSINESS_API ListGroupsRequest()=default
ListGroupsRequest & WithUpdatedEarlierThan(UpdatedEarlierThanT &&value)
const Aws::Utils::DateTime & GetUpdatedEarlierThan() const
void SetIndexId(IndexIdT &&value)
const Aws::String & GetApplicationId() const
bool DataSourceIdHasBeenSet() const
bool MaxResultsHasBeenSet() const
bool IndexIdHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String