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 {
43 template <
typename AgentSpaceIdT = Aws::String>
45 m_agentSpaceIdHasBeenSet =
true;
46 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
48 template <
typename AgentSpaceIdT = Aws::String>
62 m_maxResultsHasBeenSet =
true;
77 template <
typename NextTokenT = Aws::String>
79 m_nextTokenHasBeenSet =
true;
80 m_nextToken = std::forward<NextTokenT>(value);
82 template <
typename NextTokenT = Aws::String>
94 bool m_agentSpaceIdHasBeenSet =
false;
95 bool m_maxResultsHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
void SetAgentSpaceId(AgentSpaceIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_DEVOPSAGENT_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
AWS_DEVOPSAGENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
ListChatsRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
ListChatsRequest & WithNextToken(NextTokenT &&value)
bool AgentSpaceIdHasBeenSet() const
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
AWS_DEVOPSAGENT_API ListChatsRequest()=default
const Aws::String & GetAgentSpaceId() const
ListChatsRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String