7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/deadline/model/BudgetActionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
59 inline void SetThresholdPercentage(
double value) { m_thresholdPercentageHasBeenSet =
true; m_thresholdPercentage = value; }
74 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
82 bool m_typeHasBeenSet =
false;
84 double m_thresholdPercentage;
85 bool m_thresholdPercentageHasBeenSet =
false;
88 bool m_descriptionHasBeenSet =
false;
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(BudgetActionType &&value)
BudgetActionToAdd & WithType(const BudgetActionType &value)
void SetThresholdPercentage(double value)
BudgetActionToAdd & WithDescription(const Aws::String &value)
double GetThresholdPercentage() const
void SetDescription(Aws::String &&value)
const BudgetActionType & GetType() const
AWS_DEADLINE_API BudgetActionToAdd()
AWS_DEADLINE_API BudgetActionToAdd(Aws::Utils::Json::JsonView jsonValue)
BudgetActionToAdd & WithDescription(const char *value)
BudgetActionToAdd & WithDescription(Aws::String &&value)
BudgetActionToAdd & WithType(BudgetActionType &&value)
void SetDescription(const char *value)
bool ThresholdPercentageHasBeenSet() const
bool TypeHasBeenSet() const
void SetType(const BudgetActionType &value)
BudgetActionToAdd & WithThresholdPercentage(double value)
void SetDescription(const Aws::String &value)
AWS_DEADLINE_API BudgetActionToAdd & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue