7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/healthlake/HealthLake_EXPORTS.h>
10#include <aws/healthlake/model/AgentOutputMessage.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template <
typename AgentResponseT = AgentOutputMessage>
44 m_agentResponseHasBeenSet =
true;
45 m_agentResponse = std::forward<AgentResponseT>(value);
47 template <
typename AgentResponseT = AgentOutputMessage>
60 template <
typename ConversationIdT = Aws::String>
62 m_conversationIdHasBeenSet =
true;
63 m_conversationId = std::forward<ConversationIdT>(value);
65 template <
typename ConversationIdT = Aws::String>
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
95 bool m_agentResponseHasBeenSet =
false;
96 bool m_conversationIdHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
UpdateProfileWithAgentResult & WithRequestId(RequestIdT &&value)
AWS_HEALTHLAKE_API UpdateProfileWithAgentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateProfileWithAgentResult & WithConversationId(ConversationIdT &&value)
UpdateProfileWithAgentResult & WithAgentResponse(AgentResponseT &&value)
AWS_HEALTHLAKE_API UpdateProfileWithAgentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const AgentOutputMessage & GetAgentResponse() const
AWS_HEALTHLAKE_API UpdateProfileWithAgentResult()=default
void SetConversationId(ConversationIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetAgentResponse(AgentResponseT &&value)
const Aws::String & GetConversationId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue