23 namespace CognitoIdentityProvider
61 inline void SetUserPoolId(
const char* value) { m_userPoolIdHasBeenSet =
true; m_userPoolId.assign(value); }
99 inline void SetUsername(
const char* value) { m_usernameHasBeenSet =
true; m_username.assign(value); }
166 bool m_userPoolIdHasBeenSet;
168 bool m_usernameHasBeenSet;
170 bool m_userAttributeNamesHasBeenSet;
AdminDeleteUserAttributesRequest & WithUsername(const Aws::String &value)
void SetUsername(Aws::String &&value)
const Aws::String & GetUsername() const
AdminDeleteUserAttributesRequest & WithUserPoolId(const char *value)
void SetUsername(const char *value)
const Aws::Vector< Aws::String > & GetUserAttributeNames() const
const Aws::String & GetUserPoolId() const
AdminDeleteUserAttributesRequest & AddUserAttributeNames(Aws::String &&value)
std::vector< T, Aws::Allocator< T > > Vector
AdminDeleteUserAttributesRequest & WithUsername(const char *value)
void SetUserAttributeNames(const Aws::Vector< Aws::String > &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
AdminDeleteUserAttributesRequest & AddUserAttributeNames(const char *value)
AdminDeleteUserAttributesRequest & WithUserPoolId(Aws::String &&value)
void SetUserPoolId(Aws::String &&value)
AdminDeleteUserAttributesRequest & WithUserPoolId(const Aws::String &value)
#define AWS_COGNITOIDENTITYPROVIDER_API
AdminDeleteUserAttributesRequest & AddUserAttributeNames(const Aws::String &value)
AdminDeleteUserAttributesRequest & WithUserAttributeNames(const Aws::Vector< Aws::String > &value)
AdminDeleteUserAttributesRequest & WithUsername(Aws::String &&value)
void SetUserPoolId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetUsername(const Aws::String &value)
void SetUserAttributeNames(Aws::Vector< Aws::String > &&value)
void SetUserPoolId(const char *value)
AdminDeleteUserAttributesRequest & WithUserAttributeNames(Aws::Vector< Aws::String > &&value)
JSON (JavaScript Object Notation).