7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename AiAgentIdT = Aws::String>
49 void SetAiAgentId(AiAgentIdT&& value) { m_aiAgentIdHasBeenSet =
true; m_aiAgentId = std::forward<AiAgentIdT>(value); }
50 template<
typename AiAgentIdT = Aws::String>
56 bool m_aiAgentIdHasBeenSet =
false;
AWS_QCONNECT_API AIAgentConfigurationData()=default
AWS_QCONNECT_API AIAgentConfigurationData(Aws::Utils::Json::JsonView jsonValue)
AWS_QCONNECT_API AIAgentConfigurationData & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAiAgentId() const
void SetAiAgentId(AiAgentIdT &&value)
AIAgentConfigurationData & WithAiAgentId(AiAgentIdT &&value)
bool AiAgentIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue