7#include <aws/cognito-sync/CognitoSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename IdentityPoolIdT = Aws::String>
49 void SetIdentityPoolId(IdentityPoolIdT&& value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId = std::forward<IdentityPoolIdT>(value); }
50 template<
typename IdentityPoolIdT = Aws::String>
60 inline void SetSyncSessionsCount(
long long value) { m_syncSessionsCountHasBeenSet =
true; m_syncSessionsCount = value; }
70 inline void SetDataStorage(
long long value) { m_dataStorageHasBeenSet =
true; m_dataStorage = value; }
80 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
81 void SetLastModifiedDate(LastModifiedDateT&& value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = std::forward<LastModifiedDateT>(value); }
82 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
88 bool m_identityPoolIdHasBeenSet =
false;
90 long long m_syncSessionsCount{0};
91 bool m_syncSessionsCountHasBeenSet =
false;
93 long long m_dataStorage{0};
94 bool m_dataStorageHasBeenSet =
false;
97 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