62 inline void SetDevice(
const char* value) { m_deviceHasBeenSet =
true; m_device.assign(value); }
97 inline void SetVolumeId(
const char* value) { m_volumeIdHasBeenSet =
true; m_volumeId.assign(value); }
116 bool m_deviceHasBeenSet;
118 bool m_volumeIdHasBeenSet;
void SetVolumeId(const char *value)
void SetDevice(const char *value)
void SetDevice(const Aws::String &value)
EbsVolume & WithVolumeId(const Aws::String &value)
EbsVolume & WithVolumeId(const char *value)
EbsVolume & WithVolumeId(Aws::String &&value)
const Aws::String & GetVolumeId() const
void SetDevice(Aws::String &&value)
const Aws::String & GetDevice() const
EbsVolume & WithDevice(Aws::String &&value)
EbsVolume & WithDevice(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetVolumeId(Aws::String &&value)
EbsVolume & WithDevice(const Aws::String &value)
void SetVolumeId(const Aws::String &value)
JSON (JavaScript Object Notation).