28 namespace ElasticsearchService
55 inline void SetEBSEnabled(
bool value) { m_eBSEnabledHasBeenSet =
true; m_eBSEnabled = value; }
95 inline void SetVolumeSize(
int value) { m_volumeSizeHasBeenSet =
true; m_volumeSize = value; }
110 inline void SetIops(
int value) { m_iopsHasBeenSet =
true; m_iops = value; }
119 bool m_eBSEnabledHasBeenSet;
121 bool m_volumeTypeHasBeenSet;
123 bool m_volumeSizeHasBeenSet;
125 bool m_iopsHasBeenSet;
EBSOptions & WithVolumeType(const VolumeType &value)
void SetVolumeSize(int value)
const VolumeType & GetVolumeType() const
int GetVolumeSize() const
void SetVolumeType(VolumeType &&value)
bool GetEBSEnabled() const
EBSOptions & WithIops(int value)
EBSOptions & WithVolumeSize(int value)
#define AWS_ELASTICSEARCHSERVICE_API
void SetEBSEnabled(bool value)
EBSOptions & WithEBSEnabled(bool value)
void SetVolumeType(const VolumeType &value)
EBSOptions & WithVolumeType(VolumeType &&value)
JSON (JavaScript Object Notation).