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>
61 template <
typename UserIdT = Aws::String>
63 m_userIdHasBeenSet =
true;
64 m_userId = std::forward<UserIdT>(value);
66 template <
typename UserIdT = Aws::String>
80 m_maxResultsHasBeenSet =
true;
95 template <
typename NextTokenT = Aws::String>
97 m_nextTokenHasBeenSet =
true;
98 m_nextToken = std::forward<NextTokenT>(value);
100 template <
typename NextTokenT = Aws::String>
114 bool m_agentSpaceIdHasBeenSet =
false;
115 bool m_userIdHasBeenSet =
false;
116 bool m_maxResultsHasBeenSet =
false;
117 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
const Aws::String & GetUserId() const
bool MaxResultsHasBeenSet() const
ListChatsRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
ListChatsRequest & WithNextToken(NextTokenT &&value)
bool AgentSpaceIdHasBeenSet() const
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
bool UserIdHasBeenSet() const
AWS_DEVOPSAGENT_API ListChatsRequest()=default
const Aws::String & GetAgentSpaceId() const
ListChatsRequest & WithMaxResults(int value)
void SetUserId(UserIdT &&value)
ListChatsRequest & WithUserId(UserIdT &&value)
void SetNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String