7#include <aws/cognito-sync/CognitoSync_EXPORTS.h>
8#include <aws/cognito-sync/CognitoSyncRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename IdentityPoolIdT = Aws::String>
52 void SetIdentityPoolId(IdentityPoolIdT&& value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId = std::forward<IdentityPoolIdT>(value); }
53 template<
typename IdentityPoolIdT = Aws::String>
64 template<
typename IdentityIdT = Aws::String>
65 void SetIdentityId(IdentityIdT&& value) { m_identityIdHasBeenSet =
true; m_identityId = std::forward<IdentityIdT>(value); }
66 template<
typename IdentityIdT = Aws::String>
76 template<
typename NextTokenT = Aws::String>
77 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
78 template<
typename NextTokenT = Aws::String>
88 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
94 bool m_identityPoolIdHasBeenSet =
false;
97 bool m_identityIdHasBeenSet =
false;
100 bool m_nextTokenHasBeenSet =
false;
103 bool m_maxResultsHasBeenSet =
false;
AWS_COGNITOSYNC_API ListDatasetsRequest()=default
void SetNextToken(NextTokenT &&value)
ListDatasetsRequest & WithIdentityId(IdentityIdT &&value)
void SetIdentityId(IdentityIdT &&value)
AWS_COGNITOSYNC_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetIdentityId() const
ListDatasetsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
AWS_COGNITOSYNC_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool MaxResultsHasBeenSet() const
bool IdentityIdHasBeenSet() const
void SetIdentityPoolId(IdentityPoolIdT &&value)
const Aws::String & GetIdentityPoolId() const
bool NextTokenHasBeenSet() const
ListDatasetsRequest & WithNextToken(NextTokenT &&value)
bool IdentityPoolIdHasBeenSet() const
ListDatasetsRequest & WithIdentityPoolId(IdentityPoolIdT &&value)
const Aws::String & GetNextToken() const
int GetMaxResults() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String