7#include <aws/compute-optimizer-automation/ComputeOptimizerAutomation_EXPORTS.h>
8#include <aws/compute-optimizer-automation/model/EstimatedMonthlySavings.h>
19namespace ComputeOptimizerAutomation {
42 m_automationEventCountHasBeenSet =
true;
43 m_automationEventCount = value;
55 template <
typename EstimatedMonthlySavingsT = EstimatedMonthlySavings>
57 m_estimatedMonthlySavingsHasBeenSet =
true;
58 m_estimatedMonthlySavings = std::forward<EstimatedMonthlySavingsT>(value);
60 template <
typename EstimatedMonthlySavingsT = EstimatedMonthlySavings>
67 int m_automationEventCount{0};
69 EstimatedMonthlySavings m_estimatedMonthlySavings;
70 bool m_automationEventCountHasBeenSet =
false;
71 bool m_estimatedMonthlySavingsHasBeenSet =
false;
AWS_COMPUTEOPTIMIZERAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
bool EstimatedMonthlySavingsHasBeenSet() const
AWS_COMPUTEOPTIMIZERAUTOMATION_API SummaryTotals()=default
AWS_COMPUTEOPTIMIZERAUTOMATION_API SummaryTotals(Aws::Utils::Json::JsonView jsonValue)
bool AutomationEventCountHasBeenSet() const
SummaryTotals & WithAutomationEventCount(int value)
const EstimatedMonthlySavings & GetEstimatedMonthlySavings() const
void SetEstimatedMonthlySavings(EstimatedMonthlySavingsT &&value)
int GetAutomationEventCount() const
AWS_COMPUTEOPTIMIZERAUTOMATION_API SummaryTotals & operator=(Aws::Utils::Json::JsonView jsonValue)
SummaryTotals & WithEstimatedMonthlySavings(EstimatedMonthlySavingsT &&value)
void SetAutomationEventCount(int value)
Aws::Utils::Json::JsonValue JsonValue