7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/Mgn_EXPORTS.h>
9#include <aws/mgn/model/ReplicationConfigurationReplicatedDiskStagingDiskType.h>
41 template <
typename DeviceNameT = Aws::String>
43 m_deviceNameHasBeenSet =
true;
44 m_deviceName = std::forward<DeviceNameT>(value);
46 template <
typename DeviceNameT = Aws::String>
60 m_isBootDiskHasBeenSet =
true;
76 m_stagingDiskTypeHasBeenSet =
true;
77 m_stagingDiskType = value;
89 inline long long GetIops()
const {
return m_iops; }
92 m_iopsHasBeenSet =
true;
108 m_throughputHasBeenSet =
true;
109 m_throughput = value;
119 bool m_isBootDisk{
false};
125 long long m_throughput{0};
126 bool m_deviceNameHasBeenSet =
false;
127 bool m_isBootDiskHasBeenSet =
false;
128 bool m_stagingDiskTypeHasBeenSet =
false;
129 bool m_iopsHasBeenSet =
false;
130 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