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
43 template<
typename UserPoolIdT = Aws::String>
44 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
45 template<
typename UserPoolIdT = Aws::String>
59 template<
typename UsernameT = Aws::String>
60 void SetUsername(UsernameT&& value) { m_usernameHasBeenSet =
true; m_username = std::forward<UsernameT>(value); }
61 template<
typename UsernameT = Aws::String>
74 template<
typename PasswordT = Aws::String>
75 void SetPassword(PasswordT&& value) { m_passwordHasBeenSet =
true; m_password = std::forward<PasswordT>(value); }
76 template<
typename PasswordT = Aws::String>
88 inline void SetPermanent(
bool value) { m_permanentHasBeenSet =
true; m_permanent = value; }
94 bool m_userPoolIdHasBeenSet =
false;
97 bool m_usernameHasBeenSet =
false;
100 bool m_passwordHasBeenSet =
false;
102 bool m_permanent{
false};
103 bool m_permanentHasBeenSet =
false;
bool PermanentHasBeenSet() const
bool UsernameHasBeenSet() const
void SetPassword(PasswordT &&value)
AWS_COGNITOIDENTITYPROVIDER_API AdminSetUserPasswordRequest()=default
const Aws::String & GetPassword() const
AdminSetUserPasswordRequest & WithUsername(UsernameT &&value)
void SetPermanent(bool value)
const Aws::String & GetUsername() const
virtual const char * GetServiceRequestName() const override
bool GetPermanent() const
AdminSetUserPasswordRequest & WithPermanent(bool value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
bool PasswordHasBeenSet() const
AdminSetUserPasswordRequest & WithUserPoolId(UserPoolIdT &&value)
void SetUserPoolId(UserPoolIdT &&value)
bool UserPoolIdHasBeenSet() const
void SetUsername(UsernameT &&value)
AdminSetUserPasswordRequest & WithPassword(PasswordT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetUserPoolId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String