/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Input to the MergeDeveloperIdentities
action.See
* Also:
AWS
* API Reference
User identifier for the source user. The value should be a
* DeveloperUserIdentifier
.
User identifier for the source user. The value should be a
* DeveloperUserIdentifier
.
User identifier for the source user. The value should be a
* DeveloperUserIdentifier
.
User identifier for the source user. The value should be a
* DeveloperUserIdentifier
.
User identifier for the source user. The value should be a
* DeveloperUserIdentifier
.
User identifier for the source user. The value should be a
* DeveloperUserIdentifier
.
User identifier for the source user. The value should be a
* DeveloperUserIdentifier
.
User identifier for the source user. The value should be a
* DeveloperUserIdentifier
.
User identifier for the destination user. The value should be a
* DeveloperUserIdentifier
.
User identifier for the destination user. The value should be a
* DeveloperUserIdentifier
.
User identifier for the destination user. The value should be a
* DeveloperUserIdentifier
.
User identifier for the destination user. The value should be a
* DeveloperUserIdentifier
.
User identifier for the destination user. The value should be a
* DeveloperUserIdentifier
.
User identifier for the destination user. The value should be a
* DeveloperUserIdentifier
.
User identifier for the destination user. The value should be a
* DeveloperUserIdentifier
.
User identifier for the destination user. The value should be a
* DeveloperUserIdentifier
.
The "domain" by which Cognito will refer to your users. This is a (pseudo)
* domain name that you provide while creating an identity pool. This name acts as
* a placeholder that allows your backend and the Cognito service to communicate
* about the developer provider. For the DeveloperProviderName
, you
* can use letters as well as period (.), underscore (_), and dash (-).
The "domain" by which Cognito will refer to your users. This is a (pseudo)
* domain name that you provide while creating an identity pool. This name acts as
* a placeholder that allows your backend and the Cognito service to communicate
* about the developer provider. For the DeveloperProviderName
, you
* can use letters as well as period (.), underscore (_), and dash (-).
The "domain" by which Cognito will refer to your users. This is a (pseudo)
* domain name that you provide while creating an identity pool. This name acts as
* a placeholder that allows your backend and the Cognito service to communicate
* about the developer provider. For the DeveloperProviderName
, you
* can use letters as well as period (.), underscore (_), and dash (-).
The "domain" by which Cognito will refer to your users. This is a (pseudo)
* domain name that you provide while creating an identity pool. This name acts as
* a placeholder that allows your backend and the Cognito service to communicate
* about the developer provider. For the DeveloperProviderName
, you
* can use letters as well as period (.), underscore (_), and dash (-).
The "domain" by which Cognito will refer to your users. This is a (pseudo)
* domain name that you provide while creating an identity pool. This name acts as
* a placeholder that allows your backend and the Cognito service to communicate
* about the developer provider. For the DeveloperProviderName
, you
* can use letters as well as period (.), underscore (_), and dash (-).
The "domain" by which Cognito will refer to your users. This is a (pseudo)
* domain name that you provide while creating an identity pool. This name acts as
* a placeholder that allows your backend and the Cognito service to communicate
* about the developer provider. For the DeveloperProviderName
, you
* can use letters as well as period (.), underscore (_), and dash (-).
The "domain" by which Cognito will refer to your users. This is a (pseudo)
* domain name that you provide while creating an identity pool. This name acts as
* a placeholder that allows your backend and the Cognito service to communicate
* about the developer provider. For the DeveloperProviderName
, you
* can use letters as well as period (.), underscore (_), and dash (-).
The "domain" by which Cognito will refer to your users. This is a (pseudo)
* domain name that you provide while creating an identity pool. This name acts as
* a placeholder that allows your backend and the Cognito service to communicate
* about the developer provider. For the DeveloperProviderName
, you
* can use letters as well as period (.), underscore (_), and dash (-).
An identity pool ID in the format REGION:GUID.
*/ inline const Aws::String& GetIdentityPoolId() const{ return m_identityPoolId; } /** *An identity pool ID in the format REGION:GUID.
*/ inline bool IdentityPoolIdHasBeenSet() const { return m_identityPoolIdHasBeenSet; } /** *An identity pool ID in the format REGION:GUID.
*/ inline void SetIdentityPoolId(const Aws::String& value) { m_identityPoolIdHasBeenSet = true; m_identityPoolId = value; } /** *An identity pool ID in the format REGION:GUID.
*/ inline void SetIdentityPoolId(Aws::String&& value) { m_identityPoolIdHasBeenSet = true; m_identityPoolId = std::move(value); } /** *An identity pool ID in the format REGION:GUID.
*/ inline void SetIdentityPoolId(const char* value) { m_identityPoolIdHasBeenSet = true; m_identityPoolId.assign(value); } /** *An identity pool ID in the format REGION:GUID.
*/ inline MergeDeveloperIdentitiesRequest& WithIdentityPoolId(const Aws::String& value) { SetIdentityPoolId(value); return *this;} /** *An identity pool ID in the format REGION:GUID.
*/ inline MergeDeveloperIdentitiesRequest& WithIdentityPoolId(Aws::String&& value) { SetIdentityPoolId(std::move(value)); return *this;} /** *An identity pool ID in the format REGION:GUID.
*/ inline MergeDeveloperIdentitiesRequest& WithIdentityPoolId(const char* value) { SetIdentityPoolId(value); return *this;} private: Aws::String m_sourceUserIdentifier; bool m_sourceUserIdentifierHasBeenSet = false; Aws::String m_destinationUserIdentifier; bool m_destinationUserIdentifierHasBeenSet = false; Aws::String m_developerProviderName; bool m_developerProviderNameHasBeenSet = false; Aws::String m_identityPoolId; bool m_identityPoolIdHasBeenSet = false; }; } // namespace Model } // namespace CognitoIdentity } // namespace Aws