7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CognitoIdentityProvider
47 template<
typename UserPoolIdT = Aws::String>
48 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
49 template<
typename UserPoolIdT = Aws::String>
63 template<
typename UsernameT = Aws::String>
64 void SetUsername(UsernameT&& value) { m_usernameHasBeenSet =
true; m_username = std::forward<UsernameT>(value); }
65 template<
typename UsernameT = Aws::String>
71 bool m_userPoolIdHasBeenSet =
false;
74 bool m_usernameHasBeenSet =
false;
const Aws::String & GetUserPoolId() const
void SetUserPoolId(UserPoolIdT &&value)
bool UsernameHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
void SetUsername(UsernameT &&value)
AdminDisableUserRequest & WithUsername(UsernameT &&value)
AWS_COGNITOIDENTITYPROVIDER_API AdminDisableUserRequest()=default
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetUsername() const
AdminDisableUserRequest & WithUserPoolId(UserPoolIdT &&value)
virtual const char * GetServiceRequestName() const override
bool UserPoolIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String