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>
63 m_userTypeHasBeenSet =
true;
75 bool m_agentSpaceIdHasBeenSet =
false;
76 bool m_userTypeHasBeenSet =
false;
AWS_DEVOPSAGENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
UserType GetUserType() const
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)
void SetUserType(UserType value)
bool UserTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String