22 namespace CognitoIdentityProvider
56 inline void SetUserPoolId(
const char* value) { m_userPoolIdHasBeenSet =
true; m_userPoolId.assign(value); }
91 inline void SetUsername(
const char* value) { m_usernameHasBeenSet =
true; m_username.assign(value); }
110 bool m_userPoolIdHasBeenSet;
112 bool m_usernameHasBeenSet;
void SetUserPoolId(const Aws::String &value)
AdminDeleteUserRequest & WithUserPoolId(const char *value)
AdminDeleteUserRequest & WithUserPoolId(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
AdminDeleteUserRequest & WithUsername(const char *value)
void SetUsername(const char *value)
AdminDeleteUserRequest & WithUserPoolId(const Aws::String &value)
const Aws::String & GetUsername() const
AdminDeleteUserRequest & WithUsername(const Aws::String &value)
void SetUsername(const Aws::String &value)
#define AWS_COGNITOIDENTITYPROVIDER_API
void SetUserPoolId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetUsername(Aws::String &&value)
AdminDeleteUserRequest & WithUsername(Aws::String &&value)
void SetUserPoolId(const char *value)
const Aws::String & GetUserPoolId() const
JSON (JavaScript Object Notation).