7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2_EXPORTS.h>
10#include <aws/ec2/model/VolumeType.h>
78 m_encryptedHasBeenSet =
true;
97 m_deleteOnTerminationHasBeenSet =
true;
98 m_deleteOnTermination = value;
126 m_iopsHasBeenSet =
true;
144 m_throughputHasBeenSet =
true;
145 m_throughput = value;
166 template <
typename KmsKeyIdT = Aws::String>
168 m_kmsKeyIdHasBeenSet =
true;
169 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
171 template <
typename KmsKeyIdT = Aws::String>
184 template <
typename SnapshotIdT = Aws::String>
186 m_snapshotIdHasBeenSet =
true;
187 m_snapshotId = std::forward<SnapshotIdT>(value);
189 template <
typename SnapshotIdT = Aws::String>
211 m_volumeSizeHasBeenSet =
true;
212 m_volumeSize = value;
229 m_volumeTypeHasBeenSet =
true;
230 m_volumeType = value;
238 bool m_encrypted{
false};
240 bool m_deleteOnTermination{
false};
253 bool m_encryptedHasBeenSet =
false;
254 bool m_deleteOnTerminationHasBeenSet =
false;
255 bool m_iopsHasBeenSet =
false;
256 bool m_throughputHasBeenSet =
false;
257 bool m_kmsKeyIdHasBeenSet =
false;
258 bool m_snapshotIdHasBeenSet =
false;
259 bool m_volumeSizeHasBeenSet =
false;
260 bool m_volumeTypeHasBeenSet =
false;
bool ThroughputHasBeenSet() const
FleetEbsBlockDeviceRequest & WithVolumeSize(int value)
AWS_EC2_API FleetEbsBlockDeviceRequest()=default
VolumeType GetVolumeType() const
bool SnapshotIdHasBeenSet() const
FleetEbsBlockDeviceRequest & WithSnapshotId(SnapshotIdT &&value)
bool VolumeSizeHasBeenSet() const
bool GetEncrypted() const
void SetSnapshotId(SnapshotIdT &&value)
void SetEncrypted(bool value)
int GetVolumeSize() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool GetDeleteOnTermination() const
FleetEbsBlockDeviceRequest & WithThroughput(int value)
bool KmsKeyIdHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool VolumeTypeHasBeenSet() const
void SetKmsKeyId(KmsKeyIdT &&value)
FleetEbsBlockDeviceRequest & WithEncrypted(bool value)
bool DeleteOnTerminationHasBeenSet() const
int GetThroughput() const
FleetEbsBlockDeviceRequest & WithKmsKeyId(KmsKeyIdT &&value)
bool IopsHasBeenSet() const
AWS_EC2_API FleetEbsBlockDeviceRequest(const Aws::Utils::Xml::XmlNode &xmlNode)
FleetEbsBlockDeviceRequest & WithDeleteOnTermination(bool value)
void SetThroughput(int value)
FleetEbsBlockDeviceRequest & WithIops(int value)
void SetDeleteOnTermination(bool value)
void SetVolumeSize(int value)
FleetEbsBlockDeviceRequest & WithVolumeType(VolumeType value)
const Aws::String & GetSnapshotId() const
void SetVolumeType(VolumeType value)
bool EncryptedHasBeenSet() const
AWS_EC2_API FleetEbsBlockDeviceRequest & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetKmsKeyId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream