7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace StorageGateway
49 inline void SetVolumeARN(
const char* value) { m_volumeARNHasBeenSet =
true; m_volumeARN.assign(value); }
61 inline void SetVolumeSizeInBytes(
long long value) { m_volumeSizeInBytesHasBeenSet =
true; m_volumeSizeInBytes = value; }
73 inline void SetVolumeUsageInBytes(
long long value) { m_volumeUsageInBytesHasBeenSet =
true; m_volumeUsageInBytes = value; }
85 inline void SetVolumeRecoveryPointTime(
const char* value) { m_volumeRecoveryPointTimeHasBeenSet =
true; m_volumeRecoveryPointTime.assign(value); }
93 bool m_volumeARNHasBeenSet =
false;
95 long long m_volumeSizeInBytes;
96 bool m_volumeSizeInBytesHasBeenSet =
false;
98 long long m_volumeUsageInBytes;
99 bool m_volumeUsageInBytesHasBeenSet =
false;
102 bool m_volumeRecoveryPointTimeHasBeenSet =
false;
long long GetVolumeSizeInBytes() const
bool VolumeUsageInBytesHasBeenSet() const
AWS_STORAGEGATEWAY_API VolumeRecoveryPointInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetVolumeRecoveryPointTime(const char *value)
VolumeRecoveryPointInfo & WithVolumeARN(Aws::String &&value)
bool VolumeARNHasBeenSet() const
VolumeRecoveryPointInfo & WithVolumeRecoveryPointTime(const Aws::String &value)
bool VolumeSizeInBytesHasBeenSet() const
void SetVolumeSizeInBytes(long long value)
AWS_STORAGEGATEWAY_API VolumeRecoveryPointInfo()
VolumeRecoveryPointInfo & WithVolumeRecoveryPointTime(const char *value)
VolumeRecoveryPointInfo & WithVolumeARN(const Aws::String &value)
AWS_STORAGEGATEWAY_API VolumeRecoveryPointInfo(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetVolumeRecoveryPointTime() const
VolumeRecoveryPointInfo & WithVolumeARN(const char *value)
AWS_STORAGEGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVolumeARN(Aws::String &&value)
void SetVolumeRecoveryPointTime(Aws::String &&value)
void SetVolumeRecoveryPointTime(const Aws::String &value)
long long GetVolumeUsageInBytes() const
const Aws::String & GetVolumeARN() const
VolumeRecoveryPointInfo & WithVolumeUsageInBytes(long long value)
void SetVolumeARN(const Aws::String &value)
void SetVolumeARN(const char *value)
VolumeRecoveryPointInfo & WithVolumeRecoveryPointTime(Aws::String &&value)
VolumeRecoveryPointInfo & WithVolumeSizeInBytes(long long value)
bool VolumeRecoveryPointTimeHasBeenSet() const
void SetVolumeUsageInBytes(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue