7#include <aws/cognito-sync/CognitoSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
50 inline void SetIdentityId(
const char* value) { m_identityIdHasBeenSet =
true; m_identityId.assign(value); }
65 inline void SetIdentityPoolId(
const char* value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId.assign(value); }
89 inline void SetDatasetCount(
int value) { m_datasetCountHasBeenSet =
true; m_datasetCount = value; }
99 inline void SetDataStorage(
long long value) { m_dataStorageHasBeenSet =
true; m_dataStorage = value; }
105 bool m_identityIdHasBeenSet =
false;
108 bool m_identityPoolIdHasBeenSet =
false;
111 bool m_lastModifiedDateHasBeenSet =
false;
114 bool m_datasetCountHasBeenSet =
false;
116 long long m_dataStorage;
117 bool m_dataStorageHasBeenSet =
false;
bool LastModifiedDateHasBeenSet() const
AWS_COGNITOSYNC_API IdentityUsage & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIdentityPoolId() const
const Aws::Utils::DateTime & GetLastModifiedDate() const
IdentityUsage & WithIdentityPoolId(const Aws::String &value)
void SetIdentityPoolId(const char *value)
bool DatasetCountHasBeenSet() const
IdentityUsage & WithIdentityPoolId(const char *value)
bool IdentityPoolIdHasBeenSet() const
void SetLastModifiedDate(const Aws::Utils::DateTime &value)
void SetDatasetCount(int value)
IdentityUsage & WithLastModifiedDate(const Aws::Utils::DateTime &value)
void SetIdentityPoolId(Aws::String &&value)
IdentityUsage & WithIdentityPoolId(Aws::String &&value)
IdentityUsage & WithDataStorage(long long value)
AWS_COGNITOSYNC_API IdentityUsage(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIdentityId() const
AWS_COGNITOSYNC_API IdentityUsage()
bool DataStorageHasBeenSet() const
IdentityUsage & WithIdentityId(Aws::String &&value)
void SetDataStorage(long long value)
IdentityUsage & WithDatasetCount(int value)
int GetDatasetCount() const
IdentityUsage & WithIdentityId(const Aws::String &value)
bool IdentityIdHasBeenSet() const
void SetLastModifiedDate(Aws::Utils::DateTime &&value)
IdentityUsage & WithIdentityId(const char *value)
AWS_COGNITOSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
long long GetDataStorage() const
void SetIdentityId(Aws::String &&value)
void SetIdentityId(const char *value)
void SetIdentityId(const Aws::String &value)
void SetIdentityPoolId(const Aws::String &value)
IdentityUsage & WithLastModifiedDate(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue