7#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
8#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace CognitoIdentityProvider {
46 template <
typename UserAttributeNamesT = Aws::Vector<Aws::String>>
48 m_userAttributeNamesHasBeenSet =
true;
49 m_userAttributeNames = std::forward<UserAttributeNamesT>(value);
51 template <
typename UserAttributeNamesT = Aws::Vector<Aws::String>>
56 template <
typename UserAttributeNamesT = Aws::String>
58 m_userAttributeNamesHasBeenSet =
true;
59 m_userAttributeNames.emplace_back(std::forward<UserAttributeNamesT>(value));
72 template <
typename AccessTokenT = Aws::String>
74 m_accessTokenHasBeenSet =
true;
75 m_accessToken = std::forward<AccessTokenT>(value);
77 template <
typename AccessTokenT = Aws::String>
87 bool m_userAttributeNamesHasBeenSet =
false;
88 bool m_accessTokenHasBeenSet =
false;
bool AccessTokenHasBeenSet() const
void SetAccessToken(AccessTokenT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
DeleteUserAttributesRequest & WithUserAttributeNames(UserAttributeNamesT &&value)
void SetUserAttributeNames(UserAttributeNamesT &&value)
bool UserAttributeNamesHasBeenSet() const
DeleteUserAttributesRequest & WithAccessToken(AccessTokenT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAccessToken() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteUserAttributesRequest & AddUserAttributeNames(UserAttributeNamesT &&value)
AWS_COGNITOIDENTITYPROVIDER_API DeleteUserAttributesRequest()=default
const Aws::Vector< Aws::String > & GetUserAttributeNames() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector