24 template<
typename RESULT_TYPE>
25 class AmazonWebServiceResult;
34 namespace CognitoIdentityProvider
67 inline void SetUsername(
const char* value) { m_username.assign(value); }
void SetUserAttributes(Aws::Vector< AttributeType > &&value)
void SetUsername(Aws::String &&value)
GetUserResult & AddUserAttributes(AttributeType &&value)
std::vector< T, Aws::Allocator< T > > Vector
GetUserResult & WithUsername(const Aws::String &value)
GetUserResult & WithUserAttributes(const Aws::Vector< AttributeType > &value)
void SetUsername(const Aws::String &value)
void SetMFAOptions(Aws::Vector< MFAOptionType > &&value)
void SetUsername(const char *value)
void SetMFAOptions(const Aws::Vector< MFAOptionType > &value)
#define AWS_COGNITOIDENTITYPROVIDER_API
const Aws::String & GetUsername() const
const Aws::Vector< AttributeType > & GetUserAttributes() const
GetUserResult & AddUserAttributes(const AttributeType &value)
const Aws::Vector< MFAOptionType > & GetMFAOptions() const
GetUserResult & WithMFAOptions(const Aws::Vector< MFAOptionType > &value)
GetUserResult & WithUsername(Aws::String &&value)
GetUserResult & AddMFAOptions(const MFAOptionType &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
GetUserResult & WithMFAOptions(Aws::Vector< MFAOptionType > &&value)
GetUserResult & WithUsername(const char *value)
void SetUserAttributes(const Aws::Vector< AttributeType > &value)
GetUserResult & AddMFAOptions(MFAOptionType &&value)
JSON (JavaScript Object Notation).
GetUserResult & WithUserAttributes(Aws::Vector< AttributeType > &&value)