7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/personalize/PersonalizeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename DatasetGroupArnT = Aws::String>
45 void SetDatasetGroupArn(DatasetGroupArnT&& value) { m_datasetGroupArnHasBeenSet =
true; m_datasetGroupArn = std::forward<DatasetGroupArnT>(value); }
46 template<
typename DatasetGroupArnT = Aws::String>
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
69 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
75 bool m_datasetGroupArnHasBeenSet =
false;
78 bool m_nextTokenHasBeenSet =
false;
81 bool m_maxResultsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDatasetGroupArn() const
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
ListDatasetsRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
AWS_PERSONALIZE_API Aws::String SerializePayload() const override
void SetDatasetGroupArn(DatasetGroupArnT &&value)
int GetMaxResults() const
ListDatasetsRequest & WithMaxResults(int value)
bool DatasetGroupArnHasBeenSet() const
ListDatasetsRequest & WithDatasetGroupArn(DatasetGroupArnT &&value)
AWS_PERSONALIZE_API ListDatasetsRequest()=default
void SetNextToken(NextTokenT &&value)
AWS_PERSONALIZE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool MaxResultsHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String