45 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
46 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
66 inline void SetSnapshotId(
const char* value) { m_snapshotIdHasBeenSet =
true; m_snapshotId.assign(value); }
105 inline void SetVolumeSize(
int value) { m_volumeSizeHasBeenSet =
true; m_volumeSize = value; }
127 inline void SetDeleteOnTermination(
bool value) { m_deleteOnTerminationHasBeenSet =
true; m_deleteOnTermination = value; }
201 inline void SetIops(
int value) { m_iopsHasBeenSet =
true; m_iops = value; }
230 inline void SetEncrypted(
bool value) { m_encryptedHasBeenSet =
true; m_encrypted = value; }
240 bool m_snapshotIdHasBeenSet;
242 bool m_volumeSizeHasBeenSet;
243 bool m_deleteOnTermination;
244 bool m_deleteOnTerminationHasBeenSet;
246 bool m_volumeTypeHasBeenSet;
248 bool m_iopsHasBeenSet;
250 bool m_encryptedHasBeenSet;
EbsBlockDevice & WithSnapshotId(const Aws::String &value)
void SetSnapshotId(const char *value)
const VolumeType & GetVolumeType() const
int GetVolumeSize() const
void SetSnapshotId(const Aws::String &value)
const Aws::String & GetSnapshotId() const
void SetVolumeType(const VolumeType &value)
EbsBlockDevice & WithSnapshotId(const char *value)
std::basic_ostream< char, std::char_traits< char > > OStream
EbsBlockDevice & WithVolumeType(VolumeType &&value)
EbsBlockDevice & WithSnapshotId(Aws::String &&value)
bool GetEncrypted() const
void SetDeleteOnTermination(bool value)
EbsBlockDevice & WithVolumeType(const VolumeType &value)
bool GetDeleteOnTermination() const
EbsBlockDevice & WithDeleteOnTermination(bool value)
void SetEncrypted(bool value)
void SetVolumeSize(int value)
void SetVolumeType(VolumeType &&value)
EbsBlockDevice & WithIops(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
EbsBlockDevice & WithEncrypted(bool value)
void SetSnapshotId(Aws::String &&value)
EbsBlockDevice & WithVolumeSize(int value)
JSON (JavaScript Object Notation).