32 namespace CognitoIdentityProvider
66 inline void SetUsername(
const char* value) { m_usernameHasBeenSet =
true; m_username.assign(value); }
176 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
230 bool m_usernameHasBeenSet;
232 bool m_attributesHasBeenSet;
234 bool m_userCreateDateHasBeenSet;
236 bool m_userLastModifiedDateHasBeenSet;
238 bool m_enabledHasBeenSet;
240 bool m_userStatusHasBeenSet;
UserType & AddAttributes(const AttributeType &value)
const Aws::Utils::DateTime & GetUserCreateDate() const
UserType & WithUserCreateDate(Aws::Utils::DateTime &&value)
void SetUserStatus(const UserStatusType &value)
void SetUserLastModifiedDate(Aws::Utils::DateTime &&value)
UserType & WithUserLastModifiedDate(Aws::Utils::DateTime &&value)
UserType & WithUserLastModifiedDate(const Aws::Utils::DateTime &value)
std::vector< T, Aws::Allocator< T > > Vector
void SetEnabled(bool value)
void SetUserCreateDate(Aws::Utils::DateTime &&value)
const Aws::Vector< AttributeType > & GetAttributes() const
UserType & WithUsername(const Aws::String &value)
const UserStatusType & GetUserStatus() const
UserType & WithUsername(const char *value)
UserType & WithUserStatus(UserStatusType &&value)
UserType & AddAttributes(AttributeType &&value)
UserType & WithAttributes(const Aws::Vector< AttributeType > &value)
UserType & WithAttributes(Aws::Vector< AttributeType > &&value)
UserType & WithUsername(Aws::String &&value)
void SetUserCreateDate(const Aws::Utils::DateTime &value)
UserType & WithUserStatus(const UserStatusType &value)
void SetAttributes(Aws::Vector< AttributeType > &&value)
#define AWS_COGNITOIDENTITYPROVIDER_API
void SetUsername(Aws::String &&value)
const Aws::Utils::DateTime & GetUserLastModifiedDate() const
UserType & WithEnabled(bool value)
void SetUsername(const Aws::String &value)
void SetUserStatus(UserStatusType &&value)
void SetUsername(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const Aws::String & GetUsername() const
UserType & WithUserCreateDate(const Aws::Utils::DateTime &value)
void SetUserLastModifiedDate(const Aws::Utils::DateTime &value)
void SetAttributes(const Aws::Vector< AttributeType > &value)
JSON (JavaScript Object Notation).