7#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
8#include <aws/cognito-identity/CognitoIdentityRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CognitoIdentity
49 inline void SetIdentityId(
const char* value) { m_identityIdHasBeenSet =
true; m_identityId.assign(value); }
63 inline void SetIdentityPoolId(
const char* value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId.assign(value); }
77 inline void SetDeveloperProviderName(
const char* value) { m_developerProviderNameHasBeenSet =
true; m_developerProviderName.assign(value); }
92 inline void SetDeveloperUserIdentifier(
const char* value) { m_developerUserIdentifierHasBeenSet =
true; m_developerUserIdentifier.assign(value); }
100 bool m_identityIdHasBeenSet =
false;
103 bool m_identityPoolIdHasBeenSet =
false;
106 bool m_developerProviderNameHasBeenSet =
false;
109 bool m_developerUserIdentifierHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool IdentityIdHasBeenSet() const
UnlinkDeveloperIdentityRequest & WithDeveloperProviderName(const Aws::String &value)
void SetIdentityPoolId(const char *value)
void SetIdentityId(const char *value)
void SetIdentityId(const Aws::String &value)
void SetDeveloperUserIdentifier(Aws::String &&value)
UnlinkDeveloperIdentityRequest & WithDeveloperUserIdentifier(Aws::String &&value)
UnlinkDeveloperIdentityRequest & WithDeveloperProviderName(Aws::String &&value)
AWS_COGNITOIDENTITY_API Aws::String SerializePayload() const override
UnlinkDeveloperIdentityRequest & WithIdentityPoolId(const Aws::String &value)
const Aws::String & GetDeveloperUserIdentifier() const
UnlinkDeveloperIdentityRequest & WithIdentityId(Aws::String &&value)
AWS_COGNITOIDENTITY_API UnlinkDeveloperIdentityRequest()
void SetDeveloperProviderName(const Aws::String &value)
void SetIdentityId(Aws::String &&value)
void SetDeveloperProviderName(const char *value)
AWS_COGNITOIDENTITY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool DeveloperProviderNameHasBeenSet() const
UnlinkDeveloperIdentityRequest & WithDeveloperUserIdentifier(const Aws::String &value)
UnlinkDeveloperIdentityRequest & WithIdentityId(const char *value)
bool DeveloperUserIdentifierHasBeenSet() const
UnlinkDeveloperIdentityRequest & WithIdentityPoolId(const char *value)
void SetIdentityPoolId(Aws::String &&value)
UnlinkDeveloperIdentityRequest & WithDeveloperUserIdentifier(const char *value)
const Aws::String & GetDeveloperProviderName() const
void SetDeveloperProviderName(Aws::String &&value)
UnlinkDeveloperIdentityRequest & WithDeveloperProviderName(const char *value)
const Aws::String & GetIdentityId() const
void SetDeveloperUserIdentifier(const Aws::String &value)
bool IdentityPoolIdHasBeenSet() const
UnlinkDeveloperIdentityRequest & WithIdentityId(const Aws::String &value)
const Aws::String & GetIdentityPoolId() const
void SetIdentityPoolId(const Aws::String &value)
UnlinkDeveloperIdentityRequest & WithIdentityPoolId(Aws::String &&value)
void SetDeveloperUserIdentifier(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String