7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/elasticmapreduce/model/VolumeSpecification.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename VolumeSpecificationT = VolumeSpecification>
51 void SetVolumeSpecification(VolumeSpecificationT&& value) { m_volumeSpecificationHasBeenSet =
true; m_volumeSpecification = std::forward<VolumeSpecificationT>(value); }
52 template<
typename VolumeSpecificationT = VolumeSpecification>
62 template<
typename DeviceT = Aws::String>
63 void SetDevice(DeviceT&& value) { m_deviceHasBeenSet =
true; m_device = std::forward<DeviceT>(value); }
64 template<
typename DeviceT = Aws::String>
70 bool m_volumeSpecificationHasBeenSet =
false;
73 bool m_deviceHasBeenSet =
false;
EbsBlockDevice & WithVolumeSpecification(VolumeSpecificationT &&value)
EbsBlockDevice & WithDevice(DeviceT &&value)
void SetVolumeSpecification(VolumeSpecificationT &&value)
AWS_EMR_API EbsBlockDevice(Aws::Utils::Json::JsonView jsonValue)
AWS_EMR_API EbsBlockDevice & operator=(Aws::Utils::Json::JsonView jsonValue)
const VolumeSpecification & GetVolumeSpecification() const
bool VolumeSpecificationHasBeenSet() const
bool DeviceHasBeenSet() const
void SetDevice(DeviceT &&value)
AWS_EMR_API EbsBlockDevice()=default
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDevice() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue