7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/deadline/Deadline_EXPORTS.h>
9#include <aws/deadline/model/BudgetActionType.h>
42 m_typeHasBeenSet =
true;
58 m_thresholdPercentageHasBeenSet =
true;
59 m_thresholdPercentage = value;
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
89 double m_thresholdPercentage{0.0};
92 bool m_typeHasBeenSet =
false;
93 bool m_thresholdPercentageHasBeenSet =
false;
94 bool m_descriptionHasBeenSet =
false;
ResponseBudgetAction & WithType(BudgetActionType value)
const Aws::String & GetDescription() const
AWS_DEADLINE_API ResponseBudgetAction()=default
BudgetActionType GetType() const
bool TypeHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetThresholdPercentage(double value)
void SetType(BudgetActionType value)
AWS_DEADLINE_API ResponseBudgetAction(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
ResponseBudgetAction & WithThresholdPercentage(double value)
ResponseBudgetAction & WithDescription(DescriptionT &&value)
bool ThresholdPercentageHasBeenSet() const
AWS_DEADLINE_API ResponseBudgetAction & operator=(Aws::Utils::Json::JsonView jsonValue)
double GetThresholdPercentage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue