7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetDevice(
const char* value) { m_deviceHasBeenSet =
true; m_device.assign(value); }
63 inline void SetVolumeId(
const char* value) { m_volumeIdHasBeenSet =
true; m_volumeId.assign(value); }
71 bool m_deviceHasBeenSet =
false;
74 bool m_volumeIdHasBeenSet =
false;
void SetDevice(const char *value)
AWS_EMR_API EbsVolume(Aws::Utils::Json::JsonView jsonValue)
void SetDevice(const Aws::String &value)
EbsVolume & WithVolumeId(const char *value)
void SetVolumeId(const char *value)
const Aws::String & GetDevice() const
bool DeviceHasBeenSet() const
AWS_EMR_API EbsVolume & operator=(Aws::Utils::Json::JsonView jsonValue)
EbsVolume & WithDevice(const Aws::String &value)
const Aws::String & GetVolumeId() const
EbsVolume & WithVolumeId(Aws::String &&value)
void SetVolumeId(Aws::String &&value)
bool VolumeIdHasBeenSet() const
EbsVolume & WithDevice(Aws::String &&value)
EbsVolume & WithVolumeId(const Aws::String &value)
void SetDevice(Aws::String &&value)
EbsVolume & WithDevice(const char *value)
void SetVolumeId(const Aws::String &value)
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue