AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
LexFlowNodeConfiguration.h
1
6#pragma once
7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace BedrockAgent
22{
23namespace Model
24{
25
37 {
38 public:
39 AWS_BEDROCKAGENT_API LexFlowNodeConfiguration() = default;
42 AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
49 inline const Aws::String& GetBotAliasArn() const { return m_botAliasArn; }
50 inline bool BotAliasArnHasBeenSet() const { return m_botAliasArnHasBeenSet; }
51 template<typename BotAliasArnT = Aws::String>
52 void SetBotAliasArn(BotAliasArnT&& value) { m_botAliasArnHasBeenSet = true; m_botAliasArn = std::forward<BotAliasArnT>(value); }
53 template<typename BotAliasArnT = Aws::String>
54 LexFlowNodeConfiguration& WithBotAliasArn(BotAliasArnT&& value) { SetBotAliasArn(std::forward<BotAliasArnT>(value)); return *this;}
56
58
61 inline const Aws::String& GetLocaleId() const { return m_localeId; }
62 inline bool LocaleIdHasBeenSet() const { return m_localeIdHasBeenSet; }
63 template<typename LocaleIdT = Aws::String>
64 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet = true; m_localeId = std::forward<LocaleIdT>(value); }
65 template<typename LocaleIdT = Aws::String>
66 LexFlowNodeConfiguration& WithLocaleId(LocaleIdT&& value) { SetLocaleId(std::forward<LocaleIdT>(value)); return *this;}
68 private:
69
70 Aws::String m_botAliasArn;
71 bool m_botAliasArnHasBeenSet = false;
72
73 Aws::String m_localeId;
74 bool m_localeIdHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace BedrockAgent
79} // namespace Aws
LexFlowNodeConfiguration & WithLocaleId(LocaleIdT &&value)
AWS_BEDROCKAGENT_API LexFlowNodeConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API LexFlowNodeConfiguration()=default
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API LexFlowNodeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
LexFlowNodeConfiguration & WithBotAliasArn(BotAliasArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue