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>
23namespace CognitoIdentity
50 inline void SetIdentityId(
const char* value) { m_identityIdHasBeenSet =
true; m_identityId.assign(value); }
101 inline void SetRequestId(
const char* value) { m_requestIdHasBeenSet =
true; m_requestId.assign(value); }
109 bool m_identityIdHasBeenSet =
false;
112 bool m_loginsHasBeenSet =
false;
115 bool m_creationDateHasBeenSet =
false;
118 bool m_lastModifiedDateHasBeenSet =
false;
121 bool m_requestIdHasBeenSet =
false;
void SetRequestId(const Aws::String &value)
AWS_COGNITOIDENTITY_API IdentityDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIdentityId() const
bool RequestIdHasBeenSet() const
void SetRequestId(const char *value)
AWS_COGNITOIDENTITY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIdentityId(const char *value)
IdentityDescription & WithLogins(const Aws::Vector< Aws::String > &value)
IdentityDescription & AddLogins(const Aws::String &value)
IdentityDescription & WithIdentityId(const Aws::String &value)
bool LoginsHasBeenSet() const
void SetCreationDate(Aws::Utils::DateTime &&value)
void SetRequestId(Aws::String &&value)
bool IdentityIdHasBeenSet() const
void SetIdentityId(Aws::String &&value)
IdentityDescription & WithRequestId(const char *value)
void SetIdentityId(const Aws::String &value)
IdentityDescription & WithLastModifiedDate(Aws::Utils::DateTime &&value)
IdentityDescription & WithIdentityId(const char *value)
bool CreationDateHasBeenSet() const
AWS_COGNITOIDENTITY_API IdentityDescription(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRequestId() const
void SetCreationDate(const Aws::Utils::DateTime &value)
IdentityDescription & WithRequestId(const Aws::String &value)
IdentityDescription & AddLogins(Aws::String &&value)
void SetLogins(Aws::Vector< Aws::String > &&value)
IdentityDescription & WithRequestId(Aws::String &&value)
bool LastModifiedDateHasBeenSet() const
AWS_COGNITOIDENTITY_API IdentityDescription()
IdentityDescription & WithIdentityId(Aws::String &&value)
IdentityDescription & WithCreationDate(const Aws::Utils::DateTime &value)
void SetLogins(const Aws::Vector< Aws::String > &value)
IdentityDescription & WithLogins(Aws::Vector< Aws::String > &&value)
const Aws::Utils::DateTime & GetCreationDate() const
void SetLastModifiedDate(const Aws::Utils::DateTime &value)
IdentityDescription & AddLogins(const char *value)
const Aws::Utils::DateTime & GetLastModifiedDate() const
IdentityDescription & WithLastModifiedDate(const Aws::Utils::DateTime &value)
IdentityDescription & WithCreationDate(Aws::Utils::DateTime &&value)
const Aws::Vector< Aws::String > & GetLogins() const
void SetLastModifiedDate(Aws::Utils::DateTime &&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