7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/workdocs/model/StorageRuleType.h>
46 inline void SetStorageUtilizedInBytes(
long long value) { m_storageUtilizedInBytesHasBeenSet =
true; m_storageUtilizedInBytes = value; }
56 template<
typename StorageRuleT = StorageRuleType>
57 void SetStorageRule(StorageRuleT&& value) { m_storageRuleHasBeenSet =
true; m_storageRule = std::forward<StorageRuleT>(value); }
58 template<
typename StorageRuleT = StorageRuleType>
63 long long m_storageUtilizedInBytes{0};
64 bool m_storageUtilizedInBytesHasBeenSet =
false;
66 StorageRuleType m_storageRule;
67 bool m_storageRuleHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue