7#include <aws/autoscaling/AutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
35 AWS_AUTOSCALING_API
Ebs();
52 inline void SetSnapshotId(
const char* value) { m_snapshotIdHasBeenSet =
true; m_snapshotId.assign(value); }
71 inline void SetVolumeSize(
int value) { m_volumeSizeHasBeenSet =
true; m_volumeSize = value; }
87 inline void SetVolumeType(
const char* value) { m_volumeTypeHasBeenSet =
true; m_volumeType.assign(value); }
100 inline void SetDeleteOnTermination(
bool value) { m_deleteOnTerminationHasBeenSet =
true; m_deleteOnTermination = value; }
124 inline void SetIops(
int value) { m_iopsHasBeenSet =
true; m_iops = value; }
149 inline void SetEncrypted(
bool value) { m_encryptedHasBeenSet =
true; m_encrypted = value; }
159 inline void SetThroughput(
int value) { m_throughputHasBeenSet =
true; m_throughput = value; }
165 bool m_snapshotIdHasBeenSet =
false;
168 bool m_volumeSizeHasBeenSet =
false;
171 bool m_volumeTypeHasBeenSet =
false;
173 bool m_deleteOnTermination;
174 bool m_deleteOnTerminationHasBeenSet =
false;
177 bool m_iopsHasBeenSet =
false;
180 bool m_encryptedHasBeenSet =
false;
183 bool m_throughputHasBeenSet =
false;
void SetVolumeType(const Aws::String &value)
bool SnapshotIdHasBeenSet() const
Ebs & WithSnapshotId(const Aws::String &value)
const Aws::String & GetSnapshotId() const
Ebs & WithVolumeType(const Aws::String &value)
Ebs & WithVolumeType(Aws::String &&value)
int GetThroughput() const
Ebs & WithSnapshotId(Aws::String &&value)
void SetSnapshotId(const Aws::String &value)
bool VolumeTypeHasBeenSet() const
void SetSnapshotId(const char *value)
bool ThroughputHasBeenSet() const
Ebs & WithEncrypted(bool value)
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &oStream, const char *location) const
Ebs & WithThroughput(int value)
void SetSnapshotId(Aws::String &&value)
AWS_AUTOSCALING_API Ebs(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetVolumeType(const char *value)
int GetVolumeSize() const
Ebs & WithDeleteOnTermination(bool value)
bool GetDeleteOnTermination() const
bool EncryptedHasBeenSet() const
void SetVolumeSize(int value)
void SetVolumeType(Aws::String &&value)
AWS_AUTOSCALING_API Ebs & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
Ebs & WithVolumeSize(int value)
bool VolumeSizeHasBeenSet() const
void SetEncrypted(bool value)
bool DeleteOnTerminationHasBeenSet() const
Ebs & WithVolumeType(const char *value)
bool GetEncrypted() const
Ebs & WithSnapshotId(const char *value)
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetDeleteOnTermination(bool value)
bool IopsHasBeenSet() const
AWS_AUTOSCALING_API Ebs()
Ebs & WithIops(int value)
const Aws::String & GetVolumeType() const
void SetThroughput(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream