7#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
8#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CognitoIdentityProvider {
40 template <
typename UserPoolIdT = Aws::String>
42 m_userPoolIdHasBeenSet =
true;
43 m_userPoolId = std::forward<UserPoolIdT>(value);
45 template <
typename UserPoolIdT = Aws::String>
59 template <
typename RegionNameT = Aws::String>
61 m_regionNameHasBeenSet =
true;
62 m_regionName = std::forward<RegionNameT>(value);
64 template <
typename RegionNameT = Aws::String>
79 template <
typename UserPoolTagsT = Aws::Map<Aws::String, Aws::String>>
81 m_userPoolTagsHasBeenSet =
true;
82 m_userPoolTags = std::forward<UserPoolTagsT>(value);
84 template <
typename UserPoolTagsT = Aws::Map<Aws::String, Aws::String>>
89 template <
typename UserPoolTagsKeyT = Aws::String,
typename UserPoolTagsValueT = Aws::String>
91 m_userPoolTagsHasBeenSet =
true;
92 m_userPoolTags.emplace(std::forward<UserPoolTagsKeyT>(key), std::forward<UserPoolTagsValueT>(value));
102 bool m_userPoolIdHasBeenSet =
false;
103 bool m_regionNameHasBeenSet =
false;
104 bool m_userPoolTagsHasBeenSet =
false;
const Aws::String & GetRegionName() const
virtual const char * GetServiceRequestName() const override
void SetUserPoolTags(UserPoolTagsT &&value)
void SetUserPoolId(UserPoolIdT &&value)
CreateUserPoolReplicaRequest & WithRegionName(RegionNameT &&value)
bool UserPoolIdHasBeenSet() const
CreateUserPoolReplicaRequest & WithUserPoolId(UserPoolIdT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool UserPoolTagsHasBeenSet() const
void SetRegionName(RegionNameT &&value)
bool RegionNameHasBeenSet() const
const Aws::String & GetUserPoolId() const
CreateUserPoolReplicaRequest & WithUserPoolTags(UserPoolTagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetUserPoolTags() const
CreateUserPoolReplicaRequest & AddUserPoolTags(UserPoolTagsKeyT &&key, UserPoolTagsValueT &&value)
AWS_COGNITOIDENTITYPROVIDER_API CreateUserPoolReplicaRequest()=default
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String