7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetBotAliasArn(
const char* value) { m_botAliasArnHasBeenSet =
true; m_botAliasArn.assign(value); }
67 inline void SetLocaleId(
const char* value) { m_localeIdHasBeenSet =
true; m_localeId.assign(value); }
75 bool m_botAliasArnHasBeenSet =
false;
78 bool m_localeIdHasBeenSet =
false;
void SetLocaleId(const char *value)
void SetBotAliasArn(const Aws::String &value)
LexFlowNodeConfiguration & WithBotAliasArn(const char *value)
AWS_BEDROCKAGENT_API LexFlowNodeConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetLocaleId(const Aws::String &value)
LexFlowNodeConfiguration & WithBotAliasArn(const Aws::String &value)
void SetBotAliasArn(const char *value)
LexFlowNodeConfiguration & WithBotAliasArn(Aws::String &&value)
const Aws::String & GetBotAliasArn() const
bool LocaleIdHasBeenSet() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API LexFlowNodeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
LexFlowNodeConfiguration & WithLocaleId(Aws::String &&value)
void SetBotAliasArn(Aws::String &&value)
void SetLocaleId(Aws::String &&value)
LexFlowNodeConfiguration & WithLocaleId(const Aws::String &value)
const Aws::String & GetLocaleId() const
LexFlowNodeConfiguration & WithLocaleId(const char *value)
AWS_BEDROCKAGENT_API LexFlowNodeConfiguration()
bool BotAliasArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue