7#include <aws/cognito-sync/CognitoSyncRequest.h>
8#include <aws/cognito-sync/CognitoSync_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
17namespace CognitoSync {
46 template <
typename IdentityPoolIdT = Aws::String>
48 m_identityPoolIdHasBeenSet =
true;
49 m_identityPoolId = std::forward<IdentityPoolIdT>(value);
51 template <
typename IdentityPoolIdT = Aws::String>
65 template <
typename IdentityIdT = Aws::String>
67 m_identityIdHasBeenSet =
true;
68 m_identityId = std::forward<IdentityIdT>(value);
70 template <
typename IdentityIdT = Aws::String>
83 template <
typename NextTokenT = Aws::String>
85 m_nextTokenHasBeenSet =
true;
86 m_nextToken = std::forward<NextTokenT>(value);
88 template <
typename NextTokenT = Aws::String>
102 m_maxResultsHasBeenSet =
true;
103 m_maxResults = value;
118 bool m_identityPoolIdHasBeenSet =
false;
119 bool m_identityIdHasBeenSet =
false;
120 bool m_nextTokenHasBeenSet =
false;
121 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