23 template<
typename RESULT_TYPE>
24 class AmazonWebServiceResult;
33 namespace CognitoIdentity
65 inline void SetIdentityId(
const char* value) { m_identityId.assign(value); }
DescribeIdentityResult & WithLogins(Aws::Vector< Aws::String > &&value)
DescribeIdentityResult & WithLastModifiedDate(const Aws::Utils::DateTime &value)
void SetLogins(Aws::Vector< Aws::String > &&value)
const Aws::Utils::DateTime & GetCreationDate() const
DescribeIdentityResult & WithLastModifiedDate(Aws::Utils::DateTime &&value)
DescribeIdentityResult & WithIdentityId(Aws::String &&value)
void SetIdentityId(const Aws::String &value)
std::vector< T, Aws::Allocator< T > > Vector
DescribeIdentityResult & WithLogins(const Aws::Vector< Aws::String > &value)
void SetLastModifiedDate(Aws::Utils::DateTime &&value)
DescribeIdentityResult & AddLogins(const char *value)
const Aws::String & GetIdentityId() const
DescribeIdentityResult & AddLogins(Aws::String &&value)
void SetLastModifiedDate(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetLastModifiedDate() const
DescribeIdentityResult & WithCreationDate(const Aws::Utils::DateTime &value)
void SetIdentityId(const char *value)
void SetIdentityId(Aws::String &&value)
const Aws::Vector< Aws::String > & GetLogins() const
#define AWS_COGNITOIDENTITY_API
void SetCreationDate(Aws::Utils::DateTime &&value)
DescribeIdentityResult & WithCreationDate(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
DescribeIdentityResult & WithIdentityId(const Aws::String &value)
DescribeIdentityResult & WithIdentityId(const char *value)
void SetCreationDate(const Aws::Utils::DateTime &value)
DescribeIdentityResult & AddLogins(const Aws::String &value)
void SetLogins(const Aws::Vector< Aws::String > &value)
JSON (JavaScript Object Notation).