7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgentRequest.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
10#include <aws/devops-agent/model/GoalStatus.h>
11#include <aws/devops-agent/model/GoalType.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>
61 m_statusHasBeenSet =
true;
77 m_goalTypeHasBeenSet =
true;
90 inline int GetLimit()
const {
return m_limit; }
93 m_limitHasBeenSet =
true;
108 template <
typename NextTokenT = Aws::String>
110 m_nextTokenHasBeenSet =
true;
111 m_nextToken = std::forward<NextTokenT>(value);
113 template <
typename NextTokenT = Aws::String>
129 bool m_agentSpaceIdHasBeenSet =
false;
130 bool m_statusHasBeenSet =
false;
131 bool m_goalTypeHasBeenSet =
false;
132 bool m_limitHasBeenSet =
false;
133 bool m_nextTokenHasBeenSet =
false;
ListGoalsRequest & WithGoalType(GoalType value)
GoalStatus GetStatus() const
ListGoalsRequest & WithLimit(int value)
ListGoalsRequest & WithNextToken(NextTokenT &&value)
ListGoalsRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
bool GoalTypeHasBeenSet() const
bool NextTokenHasBeenSet() const
AWS_DEVOPSAGENT_API Aws::String SerializePayload() const override
void SetAgentSpaceId(AgentSpaceIdT &&value)
bool StatusHasBeenSet() const
const Aws::String & GetAgentSpaceId() const
void SetNextToken(NextTokenT &&value)
AWS_DEVOPSAGENT_API ListGoalsRequest()=default
void SetGoalType(GoalType value)
const Aws::String & GetNextToken() const
void SetStatus(GoalStatus value)
bool LimitHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool AgentSpaceIdHasBeenSet() const
ListGoalsRequest & WithStatus(GoalStatus value)
GoalType GetGoalType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String