22 namespace CognitoIdentityProvider
56 inline void SetClientId(
const char* value) { m_clientIdHasBeenSet =
true; m_clientId.assign(value); }
95 inline void SetSecretHash(
const char* value) { m_secretHashHasBeenSet =
true; m_secretHash.assign(value); }
133 inline void SetUsername(
const char* value) { m_usernameHasBeenSet =
true; m_username.assign(value); }
152 bool m_clientIdHasBeenSet;
154 bool m_secretHashHasBeenSet;
156 bool m_usernameHasBeenSet;
void SetClientId(const char *value)
void SetSecretHash(const Aws::String &value)
void SetUsername(Aws::String &&value)
void SetSecretHash(const char *value)
void SetClientId(const Aws::String &value)
void SetClientId(Aws::String &&value)
ResendConfirmationCodeRequest & WithSecretHash(Aws::String &&value)
const Aws::String & GetClientId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
const Aws::String & GetUsername() const
ResendConfirmationCodeRequest & WithClientId(const Aws::String &value)
void SetSecretHash(Aws::String &&value)
ResendConfirmationCodeRequest & WithUsername(const Aws::String &value)
#define AWS_COGNITOIDENTITYPROVIDER_API
ResendConfirmationCodeRequest & WithUsername(Aws::String &&value)
void SetUsername(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetUsername(const Aws::String &value)
ResendConfirmationCodeRequest & WithSecretHash(const Aws::String &value)
ResendConfirmationCodeRequest & WithSecretHash(const char *value)
const Aws::String & GetSecretHash() const
ResendConfirmationCodeRequest & WithUsername(const char *value)
ResendConfirmationCodeRequest & WithClientId(const char *value)
JSON (JavaScript Object Notation).
ResendConfirmationCodeRequest & WithClientId(Aws::String &&value)