7#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
8#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
9#include <aws/cognito-idp/model/AttributeType.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
17namespace CognitoIdentityProvider {
53 template <
typename UserAttributesT = Aws::Vector<AttributeType>>
55 m_userAttributesHasBeenSet =
true;
56 m_userAttributes = std::forward<UserAttributesT>(value);
58 template <
typename UserAttributesT = Aws::Vector<AttributeType>>
63 template <
typename UserAttributesT = AttributeType>
65 m_userAttributesHasBeenSet =
true;
66 m_userAttributes.emplace_back(std::forward<UserAttributesT>(value));
79 template <
typename AccessTokenT = Aws::String>
81 m_accessTokenHasBeenSet =
true;
82 m_accessToken = std::forward<AccessTokenT>(value);
84 template <
typename AccessTokenT = Aws::String>
118 template <
typename ClientMetadataT = Aws::Map<Aws::String, Aws::String>>
120 m_clientMetadataHasBeenSet =
true;
121 m_clientMetadata = std::forward<ClientMetadataT>(value);
123 template <
typename ClientMetadataT = Aws::Map<Aws::String, Aws::String>>
128 template <
typename ClientMetadataKeyT = Aws::String,
typename ClientMetadataValueT = Aws::String>
130 m_clientMetadataHasBeenSet =
true;
131 m_clientMetadata.emplace(std::forward<ClientMetadataKeyT>(key), std::forward<ClientMetadataValueT>(value));
141 bool m_userAttributesHasBeenSet =
false;
142 bool m_accessTokenHasBeenSet =
false;
143 bool m_clientMetadataHasBeenSet =
false;
bool UserAttributesHasBeenSet() const
void SetAccessToken(AccessTokenT &&value)
UpdateUserAttributesRequest & AddUserAttributes(UserAttributesT &&value)
UpdateUserAttributesRequest & AddClientMetadata(ClientMetadataKeyT &&key, ClientMetadataValueT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateUserAttributesRequest & WithClientMetadata(ClientMetadataT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
UpdateUserAttributesRequest & WithUserAttributes(UserAttributesT &&value)
void SetClientMetadata(ClientMetadataT &&value)
void SetUserAttributes(UserAttributesT &&value)
bool AccessTokenHasBeenSet() const
bool ClientMetadataHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateUserAttributesRequest & WithAccessToken(AccessTokenT &&value)
AWS_COGNITOIDENTITYPROVIDER_API UpdateUserAttributesRequest()=default
const Aws::Vector< AttributeType > & GetUserAttributes() const
const Aws::Map< Aws::String, Aws::String > & GetClientMetadata() const
const Aws::String & GetAccessToken() const
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
std::vector< T, Aws::Allocator< T > > Vector