7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devops-agent/DevOpsAgentRequest.h>
10#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
11#include <aws/devops-agent/model/GoalScheduleInput.h>
16namespace DevOpsAgent {
42 template <
typename AgentSpaceIdT = Aws::String>
44 m_agentSpaceIdHasBeenSet =
true;
45 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
47 template <
typename AgentSpaceIdT = Aws::String>
60 template <
typename GoalIdT = Aws::String>
62 m_goalIdHasBeenSet =
true;
63 m_goalId = std::forward<GoalIdT>(value);
65 template <
typename GoalIdT = Aws::String>
78 template <
typename EvaluationScheduleT = GoalScheduleInput>
80 m_evaluationScheduleHasBeenSet =
true;
81 m_evaluationSchedule = std::forward<EvaluationScheduleT>(value);
83 template <
typename EvaluationScheduleT = GoalScheduleInput>
96 template <
typename ClientTokenT = Aws::String>
98 m_clientTokenHasBeenSet =
true;
99 m_clientToken = std::forward<ClientTokenT>(value);
101 template <
typename ClientTokenT = Aws::String>
115 bool m_agentSpaceIdHasBeenSet =
false;
116 bool m_goalIdHasBeenSet =
false;
117 bool m_evaluationScheduleHasBeenSet =
false;
118 bool m_clientTokenHasBeenSet =
true;
const GoalScheduleInput & GetEvaluationSchedule() const
virtual const char * GetServiceRequestName() const override
bool ClientTokenHasBeenSet() const
AWS_DEVOPSAGENT_API Aws::String SerializePayload() const override
UpdateGoalRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetAgentSpaceId() const
bool AgentSpaceIdHasBeenSet() const
const Aws::String & GetClientToken() const
void SetAgentSpaceId(AgentSpaceIdT &&value)
AWS_DEVOPSAGENT_API UpdateGoalRequest()=default
const Aws::String & GetGoalId() const
bool EvaluationScheduleHasBeenSet() const
UpdateGoalRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
UpdateGoalRequest & WithGoalId(GoalIdT &&value)
void SetClientToken(ClientTokenT &&value)
void SetEvaluationSchedule(EvaluationScheduleT &&value)
UpdateGoalRequest & WithEvaluationSchedule(EvaluationScheduleT &&value)
bool GoalIdHasBeenSet() const
void SetGoalId(GoalIdT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String