7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DeviceT = Aws::String>
48 void SetDevice(DeviceT&& value) { m_deviceHasBeenSet =
true; m_device = std::forward<DeviceT>(value); }
49 template<
typename DeviceT = Aws::String>
59 template<
typename VolumeIdT = Aws::String>
60 void SetVolumeId(VolumeIdT&& value) { m_volumeIdHasBeenSet =
true; m_volumeId = std::forward<VolumeIdT>(value); }
61 template<
typename VolumeIdT = Aws::String>
67 bool m_deviceHasBeenSet =
false;
70 bool m_volumeIdHasBeenSet =
false;
AWS_EMR_API EbsVolume(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDevice() const
bool DeviceHasBeenSet() const
void SetDevice(DeviceT &&value)
EbsVolume & WithDevice(DeviceT &&value)
AWS_EMR_API EbsVolume & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetVolumeId() const
bool VolumeIdHasBeenSet() const
EbsVolume & WithVolumeId(VolumeIdT &&value)
AWS_EMR_API EbsVolume()=default
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVolumeId(VolumeIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue