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 SetIdentityPoolId(
const char* value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId.assign(value); }
62 inline void SetSyncSessionsCount(
long long value) { m_syncSessionsCountHasBeenSet =
true; m_syncSessionsCount = value; }
72 inline void SetDataStorage(
long long value) { m_dataStorageHasBeenSet =
true; m_dataStorage = value; }
90 bool m_identityPoolIdHasBeenSet =
false;
92 long long m_syncSessionsCount;
93 bool m_syncSessionsCountHasBeenSet =
false;
95 long long m_dataStorage;
96 bool m_dataStorageHasBeenSet =
false;
99 bool m_lastModifiedDateHasBeenSet =
false;
IdentityPoolUsage & WithIdentityPoolId(const Aws::String &value)
void SetLastModifiedDate(Aws::Utils::DateTime &&value)
AWS_COGNITOSYNC_API IdentityPoolUsage & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdentityPoolIdHasBeenSet() const
IdentityPoolUsage & WithIdentityPoolId(Aws::String &&value)
void SetSyncSessionsCount(long long value)
void SetIdentityPoolId(const Aws::String &value)
IdentityPoolUsage & WithIdentityPoolId(const char *value)
long long GetDataStorage() const
IdentityPoolUsage & WithSyncSessionsCount(long long value)
bool DataStorageHasBeenSet() const
const Aws::String & GetIdentityPoolId() const
void SetIdentityPoolId(Aws::String &&value)
bool SyncSessionsCountHasBeenSet() const
AWS_COGNITOSYNC_API IdentityPoolUsage(Aws::Utils::Json::JsonView jsonValue)
void SetLastModifiedDate(const Aws::Utils::DateTime &value)
bool LastModifiedDateHasBeenSet() const
IdentityPoolUsage & WithLastModifiedDate(Aws::Utils::DateTime &&value)
void SetIdentityPoolId(const char *value)
AWS_COGNITOSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
IdentityPoolUsage & WithDataStorage(long long value)
long long GetSyncSessionsCount() const
AWS_COGNITOSYNC_API IdentityPoolUsage()
const Aws::Utils::DateTime & GetLastModifiedDate() const
IdentityPoolUsage & WithLastModifiedDate(const Aws::Utils::DateTime &value)
void SetDataStorage(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue