7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgentRequest.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
17namespace DevOpsAgent {
46 template <
typename AgentSpaceIdT = Aws::String>
48 m_agentSpaceIdHasBeenSet =
true;
49 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
51 template <
typename AgentSpaceIdT = Aws::String>
64 template <
typename StatusT = Aws::String>
66 m_statusHasBeenSet =
true;
67 m_status = std::forward<StatusT>(value);
69 template <
typename StatusT = Aws::String>
83 template <
typename NextTokenT = Aws::String>
85 m_nextTokenHasBeenSet =
true;
86 m_nextToken = std::forward<NextTokenT>(value);
88 template <
typename NextTokenT = Aws::String>
102 m_maxResultsHasBeenSet =
true;
103 m_maxResults = value;
118 bool m_agentSpaceIdHasBeenSet =
false;
119 bool m_statusHasBeenSet =
false;
120 bool m_nextTokenHasBeenSet =
false;
121 bool m_maxResultsHasBeenSet =
false;
AWS_DEVOPSAGENT_API Aws::String SerializePayload() const override
bool AgentSpaceIdHasBeenSet() const
const Aws::String & GetStatus() const
bool StatusHasBeenSet() const
ListTriggersRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
AWS_DEVOPSAGENT_API ListTriggersRequest()=default
bool MaxResultsHasBeenSet() const
void SetStatus(StatusT &&value)
bool NextTokenHasBeenSet() const
ListTriggersRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetAgentSpaceId() const
AWS_DEVOPSAGENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
void SetAgentSpaceId(AgentSpaceIdT &&value)
ListTriggersRequest & WithStatus(StatusT &&value)
void SetMaxResults(int value)
ListTriggersRequest & WithMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String