7#include <aws/compute-optimizer-automation/ComputeOptimizerAutomation_EXPORTS.h>
8#include <aws/compute-optimizer-automation/model/EbsVolumeConfiguration.h>
9#include <aws/crt/cbor/Cbor.h>
19namespace ComputeOptimizerAutomation {
30 AWS_COMPUTEOPTIMIZERAUTOMATION_API
EbsVolume() =
default;
31 AWS_COMPUTEOPTIMIZERAUTOMATION_API
EbsVolume(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
32 AWS_COMPUTEOPTIMIZERAUTOMATION_API
EbsVolume&
operator=(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
33 AWS_COMPUTEOPTIMIZERAUTOMATION_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
42 template <
typename ConfigurationT = EbsVolumeConfiguration>
44 m_configurationHasBeenSet =
true;
45 m_configuration = std::forward<ConfigurationT>(value);
47 template <
typename ConfigurationT = EbsVolumeConfiguration>
55 bool m_configurationHasBeenSet =
false;
const EbsVolumeConfiguration & GetConfiguration() const
AWS_COMPUTEOPTIMIZERAUTOMATION_API EbsVolume()=default
AWS_COMPUTEOPTIMIZERAUTOMATION_API EbsVolume(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
bool ConfigurationHasBeenSet() const
void SetConfiguration(ConfigurationT &&value)
EbsVolume & WithConfiguration(ConfigurationT &&value)
AWS_COMPUTEOPTIMIZERAUTOMATION_API EbsVolume & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_COMPUTEOPTIMIZERAUTOMATION_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const