7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
9#include <aws/devops-agent/model/SchedulerState.h>
20namespace DevOpsAgent {
42 m_stateHasBeenSet =
true;
57 template <
typename ExpressionT = Aws::String>
59 m_expressionHasBeenSet =
true;
60 m_expression = std::forward<ExpressionT>(value);
62 template <
typename ExpressionT = Aws::String>
72 bool m_stateHasBeenSet =
false;
73 bool m_expressionHasBeenSet =
false;
GoalSchedule & WithState(SchedulerState value)
bool ExpressionHasBeenSet() const
bool StateHasBeenSet() const
void SetState(SchedulerState value)
SchedulerState GetState() const
GoalSchedule & WithExpression(ExpressionT &&value)
void SetExpression(ExpressionT &&value)
const Aws::String & GetExpression() const
AWS_DEVOPSAGENT_API GoalSchedule(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSAGENT_API GoalSchedule & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSAGENT_API GoalSchedule()=default
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue