7#include <aws/compute-optimizer-automation/ComputeOptimizerAutomation_EXPORTS.h>
8#include <aws/compute-optimizer-automation/model/EstimatedMonthlySavings.h>
9#include <aws/crt/cbor/Cbor.h>
19namespace ComputeOptimizerAutomation {
31 AWS_COMPUTEOPTIMIZERAUTOMATION_API
RecommendedActionTotal(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
33 AWS_COMPUTEOPTIMIZERAUTOMATION_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
42 m_recommendedActionCountHasBeenSet =
true;
43 m_recommendedActionCount = value;
55 template <
typename EstimatedMonthlySavingsT = EstimatedMonthlySavings>
57 m_estimatedMonthlySavingsHasBeenSet =
true;
58 m_estimatedMonthlySavings = std::forward<EstimatedMonthlySavingsT>(value);
60 template <
typename EstimatedMonthlySavingsT = EstimatedMonthlySavings>
67 int64_t m_recommendedActionCount{0};
69 EstimatedMonthlySavings m_estimatedMonthlySavings;
70 bool m_recommendedActionCountHasBeenSet =
false;
71 bool m_estimatedMonthlySavingsHasBeenSet =
false;
AWS_COMPUTEOPTIMIZERAUTOMATION_API RecommendedActionTotal(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_COMPUTEOPTIMIZERAUTOMATION_API RecommendedActionTotal()=default
AWS_COMPUTEOPTIMIZERAUTOMATION_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
const EstimatedMonthlySavings & GetEstimatedMonthlySavings() const
AWS_COMPUTEOPTIMIZERAUTOMATION_API RecommendedActionTotal & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
void SetEstimatedMonthlySavings(EstimatedMonthlySavingsT &&value)
bool EstimatedMonthlySavingsHasBeenSet() const
RecommendedActionTotal & WithEstimatedMonthlySavings(EstimatedMonthlySavingsT &&value)
void SetRecommendedActionCount(int64_t value)
bool RecommendedActionCountHasBeenSet() const
int64_t GetRecommendedActionCount() const
RecommendedActionTotal & WithRecommendedActionCount(int64_t value)