7#include <aws/compute-optimizer/ComputeOptimizer_EXPORTS.h>
8#include <aws/compute-optimizer/model/LambdaSavingsEstimationMode.h>
9#include <aws/crt/cbor/Cbor.h>
19namespace ComputeOptimizer {
33 AWS_COMPUTEOPTIMIZER_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
42 template <
typename SavingsEstimationModeT = LambdaSavingsEstimationMode>
44 m_savingsEstimationModeHasBeenSet =
true;
45 m_savingsEstimationMode = std::forward<SavingsEstimationModeT>(value);
47 template <
typename SavingsEstimationModeT = LambdaSavingsEstimationMode>
55 bool m_savingsEstimationModeHasBeenSet =
false;
AWS_COMPUTEOPTIMIZER_API LambdaEffectiveRecommendationPreferences()=default
bool SavingsEstimationModeHasBeenSet() const
AWS_COMPUTEOPTIMIZER_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
void SetSavingsEstimationMode(SavingsEstimationModeT &&value)
const LambdaSavingsEstimationMode & GetSavingsEstimationMode() const
AWS_COMPUTEOPTIMIZER_API LambdaEffectiveRecommendationPreferences(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_COMPUTEOPTIMIZER_API LambdaEffectiveRecommendationPreferences & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
LambdaEffectiveRecommendationPreferences & WithSavingsEstimationMode(SavingsEstimationModeT &&value)