7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/drs/Drs_EXPORTS.h>
9#include <aws/drs/model/VolumeStatus.h>
42 m_backloggedStorageBytesHasBeenSet =
true;
43 m_backloggedStorageBytes = value;
57 template <
typename DeviceNameT = Aws::String>
59 m_deviceNameHasBeenSet =
true;
60 m_deviceName = std::forward<DeviceNameT>(value);
62 template <
typename DeviceNameT = Aws::String>
76 m_replicatedStorageBytesHasBeenSet =
true;
77 m_replicatedStorageBytes = value;
92 m_rescannedStorageBytesHasBeenSet =
true;
93 m_rescannedStorageBytes = value;
108 m_totalStorageBytesHasBeenSet =
true;
109 m_totalStorageBytes = value;
124 m_volumeStatusHasBeenSet =
true;
125 m_volumeStatus = value;
133 long long m_backloggedStorageBytes{0};
137 long long m_replicatedStorageBytes{0};
139 long long m_rescannedStorageBytes{0};
141 long long m_totalStorageBytes{0};
144 bool m_backloggedStorageBytesHasBeenSet =
false;
145 bool m_deviceNameHasBeenSet =
false;
146 bool m_replicatedStorageBytesHasBeenSet =
false;
147 bool m_rescannedStorageBytesHasBeenSet =
false;
148 bool m_totalStorageBytesHasBeenSet =
false;
149 bool m_volumeStatusHasBeenSet =
false;
DataReplicationInfoReplicatedDisk & WithDeviceName(DeviceNameT &&value)
DataReplicationInfoReplicatedDisk & WithVolumeStatus(VolumeStatus value)
void SetDeviceName(DeviceNameT &&value)
long long GetReplicatedStorageBytes() const
AWS_DRS_API DataReplicationInfoReplicatedDisk(Aws::Utils::Json::JsonView jsonValue)
AWS_DRS_API DataReplicationInfoReplicatedDisk & operator=(Aws::Utils::Json::JsonView jsonValue)
bool BackloggedStorageBytesHasBeenSet() const
const Aws::String & GetDeviceName() const
void SetReplicatedStorageBytes(long long value)
void SetRescannedStorageBytes(long long value)
void SetVolumeStatus(VolumeStatus value)
bool RescannedStorageBytesHasBeenSet() const
DataReplicationInfoReplicatedDisk & WithRescannedStorageBytes(long long value)
AWS_DRS_API Aws::Utils::Json::JsonValue Jsonize() const
bool VolumeStatusHasBeenSet() const
DataReplicationInfoReplicatedDisk & WithReplicatedStorageBytes(long long value)
long long GetTotalStorageBytes() const
long long GetBackloggedStorageBytes() const
bool DeviceNameHasBeenSet() const
void SetBackloggedStorageBytes(long long value)
AWS_DRS_API DataReplicationInfoReplicatedDisk()=default
void SetTotalStorageBytes(long long value)
VolumeStatus GetVolumeStatus() const
long long GetRescannedStorageBytes() const
bool TotalStorageBytesHasBeenSet() const
DataReplicationInfoReplicatedDisk & WithBackloggedStorageBytes(long long value)
bool ReplicatedStorageBytesHasBeenSet() const
DataReplicationInfoReplicatedDisk & WithTotalStorageBytes(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue