7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgentRequest.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
14namespace DevOpsAgent {
40 template <
typename AgentSpaceIdT = Aws::String>
42 m_agentSpaceIdHasBeenSet =
true;
43 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
45 template <
typename AgentSpaceIdT = Aws::String>
58 template <
typename TaskIdT = Aws::String>
60 m_taskIdHasBeenSet =
true;
61 m_taskId = std::forward<TaskIdT>(value);
63 template <
typename TaskIdT = Aws::String>
74 inline int GetLimit()
const {
return m_limit; }
77 m_limitHasBeenSet =
true;
92 template <
typename NextTokenT = Aws::String>
94 m_nextTokenHasBeenSet =
true;
95 m_nextToken = std::forward<NextTokenT>(value);
97 template <
typename NextTokenT = Aws::String>
111 bool m_agentSpaceIdHasBeenSet =
false;
112 bool m_taskIdHasBeenSet =
false;
113 bool m_limitHasBeenSet =
false;
114 bool m_nextTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
ListExecutionsRequest & WithTaskId(TaskIdT &&value)
const Aws::String & GetTaskId() const
AWS_DEVOPSAGENT_API ListExecutionsRequest()=default
void SetAgentSpaceId(AgentSpaceIdT &&value)
void SetTaskId(TaskIdT &&value)
AWS_DEVOPSAGENT_API Aws::String SerializePayload() const override
ListExecutionsRequest & WithNextToken(NextTokenT &&value)
ListExecutionsRequest & WithLimit(int value)
ListExecutionsRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
bool AgentSpaceIdHasBeenSet() const
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetAgentSpaceId() const
bool TaskIdHasBeenSet() const
bool NextTokenHasBeenSet() const
bool LimitHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String