54 inline long long GetValue()
const{
return m_value; }
59 inline void SetValue(
long long value) { m_valueHasBeenSet =
true; m_value = value; }
103 bool m_valueHasBeenSet;
105 bool m_timestampHasBeenSet;
FileSystemSize & WithTimestamp(const Aws::Utils::DateTime &value)
long long GetValue() const
void SetTimestamp(const Aws::Utils::DateTime &value)
FileSystemSize & WithTimestamp(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetTimestamp() const
void SetTimestamp(Aws::Utils::DateTime &&value)
void SetValue(long long value)
JSON (JavaScript Object Notation).
FileSystemSize & WithValue(long long value)