30 namespace CognitoIdentity
64 inline void SetIdentityId(
const char* value) { m_identityIdHasBeenSet =
true; m_identityId.assign(value); }
173 bool m_identityIdHasBeenSet;
175 bool m_loginsHasBeenSet;
177 bool m_creationDateHasBeenSet;
179 bool m_lastModifiedDateHasBeenSet;
IdentityDescription & AddLogins(Aws::String &&value)
IdentityDescription & WithLogins(const Aws::Vector< Aws::String > &value)
void SetIdentityId(Aws::String &&value)
IdentityDescription & WithLogins(Aws::Vector< Aws::String > &&value)
IdentityDescription & WithCreationDate(const Aws::Utils::DateTime &value)
std::vector< T, Aws::Allocator< T > > Vector
const Aws::String & GetIdentityId() const
const Aws::Utils::DateTime & GetCreationDate() const
IdentityDescription & WithCreationDate(Aws::Utils::DateTime &&value)
void SetCreationDate(const Aws::Utils::DateTime &value)
void SetLogins(const Aws::Vector< Aws::String > &value)
void SetLogins(Aws::Vector< Aws::String > &&value)
void SetIdentityId(const char *value)
void SetIdentityId(const Aws::String &value)
IdentityDescription & WithIdentityId(const Aws::String &value)
const Aws::Vector< Aws::String > & GetLogins() const
#define AWS_COGNITOIDENTITY_API
IdentityDescription & WithLastModifiedDate(Aws::Utils::DateTime &&value)
void SetLastModifiedDate(const Aws::Utils::DateTime &value)
IdentityDescription & WithLastModifiedDate(const Aws::Utils::DateTime &value)
IdentityDescription & WithIdentityId(Aws::String &&value)
void SetCreationDate(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
IdentityDescription & AddLogins(const Aws::String &value)
IdentityDescription & WithIdentityId(const char *value)
const Aws::Utils::DateTime & GetLastModifiedDate() const
void SetLastModifiedDate(Aws::Utils::DateTime &&value)
IdentityDescription & AddLogins(const char *value)
JSON (JavaScript Object Notation).