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 {
44 template <
typename UserPoolIdT = Aws::String>
46 m_userPoolIdHasBeenSet =
true;
47 m_userPoolId = std::forward<UserPoolIdT>(value);
49 template <
typename UserPoolIdT = Aws::String>
66 template <
typename UsernameT = Aws::String>
68 m_usernameHasBeenSet =
true;
69 m_username = std::forward<UsernameT>(value);
71 template <
typename UsernameT = Aws::String>
86 template <
typename UserAttributeNamesT = Aws::Vector<Aws::String>>
88 m_userAttributeNamesHasBeenSet =
true;
89 m_userAttributeNames = std::forward<UserAttributeNamesT>(value);
91 template <
typename UserAttributeNamesT = Aws::Vector<Aws::String>>
96 template <
typename UserAttributeNamesT = Aws::String>
98 m_userAttributeNamesHasBeenSet =
true;
99 m_userAttributeNames.emplace_back(std::forward<UserAttributeNamesT>(value));
109 bool m_userPoolIdHasBeenSet =
false;
110 bool m_usernameHasBeenSet =
false;
111 bool m_userAttributeNamesHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetUserAttributeNames() const
AWS_COGNITOIDENTITYPROVIDER_API AdminDeleteUserAttributesRequest()=default
void SetUserPoolId(UserPoolIdT &&value)
const Aws::String & GetUsername() const
AdminDeleteUserAttributesRequest & AddUserAttributeNames(UserAttributeNamesT &&value)
void SetUsername(UsernameT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetUserAttributeNames(UserAttributeNamesT &&value)
bool UserPoolIdHasBeenSet() const
const Aws::String & GetUserPoolId() const
bool UsernameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
bool UserAttributeNamesHasBeenSet() const
AdminDeleteUserAttributesRequest & WithUserPoolId(UserPoolIdT &&value)
AdminDeleteUserAttributesRequest & WithUserAttributeNames(UserAttributeNamesT &&value)
AdminDeleteUserAttributesRequest & WithUsername(UsernameT &&value)
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