7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/healthlake/HealthLakeRequest.h>
9#include <aws/healthlake/HealthLake_EXPORTS.h>
10#include <aws/healthlake/model/AgentInputMessage.h>
11#include <aws/healthlake/model/SourceFormat.h>
45 template <
typename ProfileIdT = Aws::String>
47 m_profileIdHasBeenSet =
true;
48 m_profileId = std::forward<ProfileIdT>(value);
50 template <
typename ProfileIdT = Aws::String>
64 m_sourceFormatHasBeenSet =
true;
65 m_sourceFormat = value;
79 template <
typename InputMessageT = AgentInputMessage>
81 m_inputMessageHasBeenSet =
true;
82 m_inputMessage = std::forward<InputMessageT>(value);
84 template <
typename InputMessageT = AgentInputMessage>
98 template <
typename ConversationIdT = Aws::String>
100 m_conversationIdHasBeenSet =
true;
101 m_conversationId = std::forward<ConversationIdT>(value);
103 template <
typename ConversationIdT = Aws::String>
114 AgentInputMessage m_inputMessage;
117 bool m_profileIdHasBeenSet =
false;
118 bool m_sourceFormatHasBeenSet =
false;
119 bool m_inputMessageHasBeenSet =
false;
120 bool m_conversationIdHasBeenSet =
false;
void SetConversationId(ConversationIdT &&value)
void SetProfileId(ProfileIdT &&value)
SourceFormat GetSourceFormat() const
AWS_HEALTHLAKE_API UpdateProfileWithAgentRequest()=default
bool ProfileIdHasBeenSet() const
UpdateProfileWithAgentRequest & WithInputMessage(InputMessageT &&value)
virtual const char * GetServiceRequestName() const override
UpdateProfileWithAgentRequest & WithProfileId(ProfileIdT &&value)
bool ConversationIdHasBeenSet() const
const Aws::String & GetConversationId() const
AWS_HEALTHLAKE_API Aws::String SerializePayload() const override
void SetSourceFormat(SourceFormat value)
void SetInputMessage(InputMessageT &&value)
const Aws::String & GetProfileId() const
UpdateProfileWithAgentRequest & WithSourceFormat(SourceFormat value)
bool InputMessageHasBeenSet() const
const AgentInputMessage & GetInputMessage() const
bool SourceFormatHasBeenSet() const
AWS_HEALTHLAKE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateProfileWithAgentRequest & WithConversationId(ConversationIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String