AWS SDK for C++

AWS SDK for C++ Version 1.11.745

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace BedrockAgent {
20namespace Model {
21
33 public:
34 AWS_BEDROCKAGENT_API LexFlowNodeConfiguration() = default;
37 AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const;
38
40
43 inline const Aws::String& GetBotAliasArn() const { return m_botAliasArn; }
44 inline bool BotAliasArnHasBeenSet() const { return m_botAliasArnHasBeenSet; }
45 template <typename BotAliasArnT = Aws::String>
47 m_botAliasArnHasBeenSet = true;
48 m_botAliasArn = std::forward<BotAliasArnT>(value);
49 }
50 template <typename BotAliasArnT = Aws::String>
52 SetBotAliasArn(std::forward<BotAliasArnT>(value));
53 return *this;
54 }
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) {
65 m_localeIdHasBeenSet = true;
66 m_localeId = std::forward<LocaleIdT>(value);
67 }
68 template <typename LocaleIdT = Aws::String>
70 SetLocaleId(std::forward<LocaleIdT>(value));
71 return *this;
72 }
74 private:
75 Aws::String m_botAliasArn;
76
77 Aws::String m_localeId;
78 bool m_botAliasArnHasBeenSet = false;
79 bool m_localeIdHasBeenSet = false;
80};
81
82} // namespace Model
83} // namespace BedrockAgent
84} // 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue