7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticmapreduce/EMR_EXPORTS.h>
41 template <
typename DeviceT = Aws::String>
43 m_deviceHasBeenSet =
true;
44 m_device = std::forward<DeviceT>(value);
46 template <
typename DeviceT = Aws::String>
59 template <
typename VolumeIdT = Aws::String>
61 m_volumeIdHasBeenSet =
true;
62 m_volumeId = std::forward<VolumeIdT>(value);
64 template <
typename VolumeIdT = Aws::String>
74 bool m_deviceHasBeenSet =
false;
75 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