26 template<
typename RESULT_TYPE>
27 class AmazonWebServiceResult;
36 namespace CognitoIdentityProvider
69 inline void SetUsername(
const char* value) { m_username.assign(value); }
void SetUsername(const char *value)
void SetEnabled(bool value)
AdminGetUserResult & WithUserCreateDate(Aws::Utils::DateTime &&value)
void SetUserLastModifiedDate(const Aws::Utils::DateTime &value)
void SetUserStatus(const UserStatusType &value)
void SetUserAttributes(const Aws::Vector< AttributeType > &value)
AdminGetUserResult & WithUserLastModifiedDate(Aws::Utils::DateTime &&value)
AdminGetUserResult & WithMFAOptions(Aws::Vector< MFAOptionType > &&value)
AdminGetUserResult & WithUserLastModifiedDate(const Aws::Utils::DateTime &value)
AdminGetUserResult & WithUsername(const char *value)
void SetUserLastModifiedDate(Aws::Utils::DateTime &&value)
std::vector< T, Aws::Allocator< T > > Vector
AdminGetUserResult & WithUsername(const Aws::String &value)
AdminGetUserResult & WithEnabled(bool value)
AdminGetUserResult & AddMFAOptions(MFAOptionType &&value)
void SetUserStatus(UserStatusType &&value)
void SetMFAOptions(const Aws::Vector< MFAOptionType > &value)
void SetUserAttributes(Aws::Vector< AttributeType > &&value)
const Aws::Vector< AttributeType > & GetUserAttributes() const
const Aws::Utils::DateTime & GetUserLastModifiedDate() const
AdminGetUserResult & WithUserAttributes(Aws::Vector< AttributeType > &&value)
AdminGetUserResult & WithUserStatus(UserStatusType &&value)
AdminGetUserResult & WithUserAttributes(const Aws::Vector< AttributeType > &value)
void SetUserCreateDate(const Aws::Utils::DateTime &value)
AdminGetUserResult & WithMFAOptions(const Aws::Vector< MFAOptionType > &value)
const Aws::Vector< MFAOptionType > & GetMFAOptions() const
AdminGetUserResult & AddUserAttributes(const AttributeType &value)
#define AWS_COGNITOIDENTITYPROVIDER_API
AdminGetUserResult & WithUsername(Aws::String &&value)
AdminGetUserResult & AddMFAOptions(const MFAOptionType &value)
AdminGetUserResult & WithUserStatus(const UserStatusType &value)
const Aws::String & GetUsername() const
AdminGetUserResult & AddUserAttributes(AttributeType &&value)
const Aws::Utils::DateTime & GetUserCreateDate() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const UserStatusType & GetUserStatus() const
AdminGetUserResult & WithUserCreateDate(const Aws::Utils::DateTime &value)
void SetMFAOptions(Aws::Vector< MFAOptionType > &&value)
void SetUserCreateDate(Aws::Utils::DateTime &&value)
void SetUsername(Aws::String &&value)
void SetUsername(const Aws::String &value)
JSON (JavaScript Object Notation).