7#include <aws/cognito-sync/CognitoSync_EXPORTS.h>
8#include <aws/cognito-sync/CognitoSyncRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetIdentityPoolId(
const char* value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId.assign(value); }
55 bool m_identityPoolIdHasBeenSet =
false;
const Aws::String & GetIdentityPoolId() const
virtual const char * GetServiceRequestName() const override
GetCognitoEventsRequest & WithIdentityPoolId(const char *value)
void SetIdentityPoolId(Aws::String &&value)
bool IdentityPoolIdHasBeenSet() const
AWS_COGNITOSYNC_API Aws::String SerializePayload() const override
GetCognitoEventsRequest & WithIdentityPoolId(Aws::String &&value)
void SetIdentityPoolId(const Aws::String &value)
void SetIdentityPoolId(const char *value)
GetCognitoEventsRequest & WithIdentityPoolId(const Aws::String &value)
AWS_COGNITOSYNC_API GetCognitoEventsRequest()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String