7#include <aws/cognito-sync/CognitoSync_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace CognitoSync {
42 template <
typename IdentityPoolIdT = Aws::String>
44 m_identityPoolIdHasBeenSet =
true;
45 m_identityPoolId = std::forward<IdentityPoolIdT>(value);
47 template <
typename IdentityPoolIdT = Aws::String>
61 m_syncSessionsCountHasBeenSet =
true;
62 m_syncSessionsCount = value;
77 m_dataStorageHasBeenSet =
true;
78 m_dataStorage = value;
92 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
94 m_lastModifiedDateHasBeenSet =
true;
95 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
97 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
106 long long m_syncSessionsCount{0};
108 long long m_dataStorage{0};
111 bool m_identityPoolIdHasBeenSet =
false;
112 bool m_syncSessionsCountHasBeenSet =
false;
113 bool m_dataStorageHasBeenSet =
false;
114 bool m_lastModifiedDateHasBeenSet =
false;
AWS_COGNITOSYNC_API IdentityPoolUsage & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdentityPoolIdHasBeenSet() const
void SetSyncSessionsCount(long long value)
long long GetDataStorage() const
IdentityPoolUsage & WithSyncSessionsCount(long long value)
bool DataStorageHasBeenSet() const
const Aws::String & GetIdentityPoolId() const
IdentityPoolUsage & WithIdentityPoolId(IdentityPoolIdT &&value)
bool SyncSessionsCountHasBeenSet() const
AWS_COGNITOSYNC_API IdentityPoolUsage(Aws::Utils::Json::JsonView jsonValue)
bool LastModifiedDateHasBeenSet() const
IdentityPoolUsage & WithLastModifiedDate(LastModifiedDateT &&value)
AWS_COGNITOSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIdentityPoolId(IdentityPoolIdT &&value)
IdentityPoolUsage & WithDataStorage(long long value)
AWS_COGNITOSYNC_API IdentityPoolUsage()=default
long long GetSyncSessionsCount() const
const Aws::Utils::DateTime & GetLastModifiedDate() const
void SetLastModifiedDate(LastModifiedDateT &&value)
void SetDataStorage(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue