7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/opensearch/model/VolumeType.h>
19namespace OpenSearchService {
43 m_eBSEnabledHasBeenSet =
true;
59 m_volumeTypeHasBeenSet =
true;
75 m_volumeSizeHasBeenSet =
true;
90 inline int GetIops()
const {
return m_iops; }
93 m_iopsHasBeenSet =
true;
110 m_throughputHasBeenSet =
true;
111 m_throughput = value;
119 bool m_eBSEnabled{
false};
128 bool m_eBSEnabledHasBeenSet =
false;
129 bool m_volumeTypeHasBeenSet =
false;
130 bool m_volumeSizeHasBeenSet =
false;
131 bool m_iopsHasBeenSet =
false;
132 bool m_throughputHasBeenSet =
false;
AWS_OPENSEARCHSERVICE_API EBSOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEBSEnabled(bool value)
VolumeType GetVolumeType() const
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool EBSEnabledHasBeenSet() const
int GetThroughput() const
EBSOptions & WithIops(int value)
AWS_OPENSEARCHSERVICE_API EBSOptions(Aws::Utils::Json::JsonView jsonValue)
bool ThroughputHasBeenSet() const
AWS_OPENSEARCHSERVICE_API EBSOptions()=default
void SetVolumeType(VolumeType value)
EBSOptions & WithVolumeType(VolumeType value)
EBSOptions & WithVolumeSize(int value)
EBSOptions & WithEBSEnabled(bool value)
bool VolumeTypeHasBeenSet() const
void SetVolumeSize(int value)
bool GetEBSEnabled() const
void SetThroughput(int value)
bool VolumeSizeHasBeenSet() const
bool IopsHasBeenSet() const
int GetVolumeSize() const
EBSOptions & WithThroughput(int value)
Aws::Utils::Json::JsonValue JsonValue