7#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace CognitoIdentity
49 inline void SetIdentityId(
const char* value) { m_identityId.assign(value); }
96 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
DescribeIdentityResult & AddLogins(const Aws::String &value)
void SetIdentityId(const char *value)
DescribeIdentityResult & WithLastModifiedDate(const Aws::Utils::DateTime &value)
void SetLogins(Aws::Vector< Aws::String > &&value)
DescribeIdentityResult & WithRequestId(Aws::String &&value)
AWS_COGNITOIDENTITY_API DescribeIdentityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreationDate(const Aws::Utils::DateTime &value)
DescribeIdentityResult & AddLogins(const char *value)
DescribeIdentityResult & WithLogins(const Aws::Vector< Aws::String > &value)
AWS_COGNITOIDENTITY_API DescribeIdentityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetLastModifiedDate() const
void SetLogins(const Aws::Vector< Aws::String > &value)
DescribeIdentityResult & WithCreationDate(Aws::Utils::DateTime &&value)
void SetRequestId(Aws::String &&value)
void SetCreationDate(Aws::Utils::DateTime &&value)
DescribeIdentityResult & WithLogins(Aws::Vector< Aws::String > &&value)
void SetIdentityId(Aws::String &&value)
DescribeIdentityResult & AddLogins(Aws::String &&value)
const Aws::String & GetRequestId() const
DescribeIdentityResult & WithIdentityId(const char *value)
void SetLastModifiedDate(const Aws::Utils::DateTime &value)
DescribeIdentityResult & WithIdentityId(const Aws::String &value)
void SetRequestId(const char *value)
void SetIdentityId(const Aws::String &value)
void SetRequestId(const Aws::String &value)
DescribeIdentityResult & WithLastModifiedDate(Aws::Utils::DateTime &&value)
DescribeIdentityResult & WithIdentityId(Aws::String &&value)
const Aws::Utils::DateTime & GetCreationDate() const
const Aws::String & GetIdentityId() const
DescribeIdentityResult & WithRequestId(const Aws::String &value)
const Aws::Vector< Aws::String > & GetLogins() const
void SetLastModifiedDate(Aws::Utils::DateTime &&value)
DescribeIdentityResult & WithCreationDate(const Aws::Utils::DateTime &value)
AWS_COGNITOIDENTITY_API DescribeIdentityResult()
DescribeIdentityResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue