7#include <aws/cognito-sync/CognitoSync_EXPORTS.h>
8#include <aws/cognito-sync/CognitoSyncRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cognito-sync/model/Platform.h>
49 inline void SetIdentityPoolId(
const char* value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId.assign(value); }
63 inline void SetIdentityId(
const char* value) { m_identityIdHasBeenSet =
true; m_identityId.assign(value); }
76 inline void SetPlatform(
Platform&& value) { m_platformHasBeenSet =
true; m_platform = std::move(value); }
89 inline void SetToken(
const char* value) { m_tokenHasBeenSet =
true; m_token.assign(value); }
97 bool m_identityPoolIdHasBeenSet =
false;
100 bool m_identityIdHasBeenSet =
false;
103 bool m_platformHasBeenSet =
false;
106 bool m_tokenHasBeenSet =
false;
void SetIdentityPoolId(const Aws::String &value)
void SetToken(const char *value)
bool TokenHasBeenSet() const
RegisterDeviceRequest & WithIdentityId(const char *value)
const Aws::String & GetIdentityPoolId() const
bool PlatformHasBeenSet() const
void SetIdentityId(Aws::String &&value)
const Aws::String & GetToken() const
RegisterDeviceRequest & WithPlatform(Platform &&value)
RegisterDeviceRequest & WithToken(Aws::String &&value)
void SetIdentityPoolId(Aws::String &&value)
RegisterDeviceRequest & WithIdentityId(const Aws::String &value)
const Aws::String & GetIdentityId() const
void SetToken(Aws::String &&value)
void SetPlatform(const Platform &value)
RegisterDeviceRequest & WithIdentityPoolId(const char *value)
RegisterDeviceRequest & WithToken(const char *value)
void SetToken(const Aws::String &value)
RegisterDeviceRequest & WithIdentityPoolId(const Aws::String &value)
void SetPlatform(Platform &&value)
AWS_COGNITOSYNC_API Aws::String SerializePayload() const override
bool IdentityPoolIdHasBeenSet() const
const Platform & GetPlatform() const
AWS_COGNITOSYNC_API RegisterDeviceRequest()
void SetIdentityPoolId(const char *value)
virtual const char * GetServiceRequestName() const override
RegisterDeviceRequest & WithPlatform(const Platform &value)
bool IdentityIdHasBeenSet() const
RegisterDeviceRequest & WithIdentityId(Aws::String &&value)
RegisterDeviceRequest & WithIdentityPoolId(Aws::String &&value)
void SetIdentityId(const char *value)
RegisterDeviceRequest & WithToken(const Aws::String &value)
void SetIdentityId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String