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/UserType.h>
18namespace DevOpsAgent {
44 template <
typename AgentSpaceIdT = Aws::String>
46 m_agentSpaceIdHasBeenSet =
true;
47 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
49 template <
typename AgentSpaceIdT = Aws::String>
62 template <
typename UserIdT = Aws::String>
64 m_userIdHasBeenSet =
true;
65 m_userId = std::forward<UserIdT>(value);
67 template <
typename UserIdT = Aws::String>
81 m_userTypeHasBeenSet =
true;
95 bool m_agentSpaceIdHasBeenSet =
false;
96 bool m_userIdHasBeenSet =
false;
97 bool m_userTypeHasBeenSet =
false;
AWS_DEVOPSAGENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool UserIdHasBeenSet() const
UserType GetUserType() const
CreateChatRequest & WithUserId(UserIdT &&value)
void SetUserId(UserIdT &&value)
bool AgentSpaceIdHasBeenSet() const
CreateChatRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
CreateChatRequest & WithUserType(UserType value)
AWS_DEVOPSAGENT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAgentSpaceId() const
AWS_DEVOPSAGENT_API CreateChatRequest()=default
void SetAgentSpaceId(AgentSpaceIdT &&value)
const Aws::String & GetUserId() const
void SetUserType(UserType value)
bool UserTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String