44 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
45 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
65 inline void SetSnapshotId(
const char* value) { m_snapshotIdHasBeenSet =
true; m_snapshotId.assign(value); }
94 inline void SetVolumeSize(
int value) { m_volumeSizeHasBeenSet =
true; m_volumeSize = value; }
111 inline void SetDeleteOnTermination(
bool value) { m_deleteOnTerminationHasBeenSet =
true; m_deleteOnTermination = value; }
148 inline void SetVolumeType(
const char* value) { m_volumeTypeHasBeenSet =
true; m_volumeType.assign(value); }
206 inline void SetIops(
int value) { m_iopsHasBeenSet =
true; m_iops = value; }
235 inline void SetEncrypted(
bool value) { m_encryptedHasBeenSet =
true; m_encrypted = value; }
245 bool m_snapshotIdHasBeenSet;
247 bool m_volumeSizeHasBeenSet;
248 bool m_deleteOnTermination;
249 bool m_deleteOnTerminationHasBeenSet;
251 bool m_volumeTypeHasBeenSet;
253 bool m_iopsHasBeenSet;
255 bool m_encryptedHasBeenSet;
int GetVolumeSize() const
ScheduledInstancesEbs & WithVolumeSize(int value)
void SetVolumeType(Aws::String &&value)
ScheduledInstancesEbs & WithIops(int value)
void SetDeleteOnTermination(bool value)
const Aws::String & GetSnapshotId() const
void SetVolumeType(const Aws::String &value)
const Aws::String & GetVolumeType() const
bool GetDeleteOnTermination() const
ScheduledInstancesEbs & WithDeleteOnTermination(bool value)
void SetSnapshotId(const Aws::String &value)
bool GetEncrypted() const
void SetSnapshotId(Aws::String &&value)
std::basic_ostream< char, std::char_traits< char > > OStream
ScheduledInstancesEbs & WithSnapshotId(const char *value)
void SetVolumeSize(int value)
void SetSnapshotId(const char *value)
void SetEncrypted(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
ScheduledInstancesEbs & WithEncrypted(bool value)
ScheduledInstancesEbs & WithSnapshotId(Aws::String &&value)
ScheduledInstancesEbs & WithVolumeType(const char *value)
ScheduledInstancesEbs & WithSnapshotId(const Aws::String &value)
ScheduledInstancesEbs & WithVolumeType(Aws::String &&value)
void SetVolumeType(const char *value)
ScheduledInstancesEbs & WithVolumeType(const Aws::String &value)
JSON (JavaScript Object Notation).