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