7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace CognitoIdentityProvider
48 template<
typename UserPoolIdT = Aws::String>
49 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
50 template<
typename UserPoolIdT = Aws::String>
64 template<
typename UsernameT = Aws::String>
65 void SetUsername(UsernameT&& value) { m_usernameHasBeenSet =
true; m_username = std::forward<UsernameT>(value); }
66 template<
typename UsernameT = Aws::String>
78 template<
typename UserAttributeNamesT = Aws::Vector<Aws::String>>
79 void SetUserAttributeNames(UserAttributeNamesT&& value) { m_userAttributeNamesHasBeenSet =
true; m_userAttributeNames = std::forward<UserAttributeNamesT>(value); }
80 template<
typename UserAttributeNamesT = Aws::Vector<Aws::String>>
82 template<
typename UserAttributeNamesT = Aws::String>
88 bool m_userPoolIdHasBeenSet =
false;
91 bool m_usernameHasBeenSet =
false;
94 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