7#include <aws/cognito-sync/CognitoSyncRequest.h>
8#include <aws/cognito-sync/CognitoSync_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CognitoSync {
41 template <
typename IdentityPoolIdT = Aws::String>
43 m_identityPoolIdHasBeenSet =
true;
44 m_identityPoolId = std::forward<IdentityPoolIdT>(value);
46 template <
typename IdentityPoolIdT = Aws::String>
54 bool m_identityPoolIdHasBeenSet =
false;
const Aws::String & GetIdentityPoolId() const
void SetIdentityPoolId(IdentityPoolIdT &&value)
virtual const char * GetServiceRequestName() const override
GetCognitoEventsRequest & WithIdentityPoolId(IdentityPoolIdT &&value)
AWS_COGNITOSYNC_API GetCognitoEventsRequest()=default
bool IdentityPoolIdHasBeenSet() const
AWS_COGNITOSYNC_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String