7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mgn/model/ReplicationConfigurationReplicatedDiskStagingDiskType.h>
47 template<
typename DeviceNameT = Aws::String>
48 void SetDeviceName(DeviceNameT&& value) { m_deviceNameHasBeenSet =
true; m_deviceName = std::forward<DeviceNameT>(value); }
49 template<
typename DeviceNameT = Aws::String>
57 inline long long GetIops()
const {
return m_iops; }
59 inline void SetIops(
long long value) { m_iopsHasBeenSet =
true; m_iops = value; }
69 inline void SetIsBootDisk(
bool value) { m_isBootDiskHasBeenSet =
true; m_isBootDisk = value; }
89 inline void SetThroughput(
long long value) { m_throughputHasBeenSet =
true; m_throughput = value; }
95 bool m_deviceNameHasBeenSet =
false;
98 bool m_iopsHasBeenSet =
false;
100 bool m_isBootDisk{
false};
101 bool m_isBootDiskHasBeenSet =
false;
104 bool m_stagingDiskTypeHasBeenSet =
false;
106 long long m_throughput{0};
107 bool m_throughputHasBeenSet =
false;
void SetIops(long long value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
bool IopsHasBeenSet() const
bool IsBootDiskHasBeenSet() const
bool StagingDiskTypeHasBeenSet() const
ReplicationConfigurationReplicatedDiskStagingDiskType GetStagingDiskType() const
void SetDeviceName(DeviceNameT &&value)
ReplicationConfigurationReplicatedDisk & WithStagingDiskType(ReplicationConfigurationReplicatedDiskStagingDiskType value)
AWS_MGN_API ReplicationConfigurationReplicatedDisk(Aws::Utils::Json::JsonView jsonValue)
bool GetIsBootDisk() const
ReplicationConfigurationReplicatedDisk & WithIsBootDisk(bool value)
const Aws::String & GetDeviceName() const
bool ThroughputHasBeenSet() const
AWS_MGN_API ReplicationConfigurationReplicatedDisk()=default
ReplicationConfigurationReplicatedDisk & WithIops(long long value)
long long GetIops() const
void SetThroughput(long long value)
void SetIsBootDisk(bool value)
ReplicationConfigurationReplicatedDisk & WithThroughput(long long value)
AWS_MGN_API ReplicationConfigurationReplicatedDisk & operator=(Aws::Utils::Json::JsonView jsonValue)
ReplicationConfigurationReplicatedDisk & WithDeviceName(DeviceNameT &&value)
bool DeviceNameHasBeenSet() const
long long GetThroughput() const
void SetStagingDiskType(ReplicationConfigurationReplicatedDiskStagingDiskType value)
ReplicationConfigurationReplicatedDiskStagingDiskType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue