7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticmapreduce/EMR_EXPORTS.h>
9#include <aws/elasticmapreduce/model/VolumeSpecification.h>
44 template <
typename VolumeSpecificationT = VolumeSpecification>
46 m_volumeSpecificationHasBeenSet =
true;
47 m_volumeSpecification = std::forward<VolumeSpecificationT>(value);
49 template <
typename VolumeSpecificationT = VolumeSpecification>
62 template <
typename DeviceT = Aws::String>
64 m_deviceHasBeenSet =
true;
65 m_device = std::forward<DeviceT>(value);
67 template <
typename DeviceT = Aws::String>
77 bool m_volumeSpecificationHasBeenSet =
false;
78 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