7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/SupportedLanguages.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockAgent {
47 template <
typename CodeT = Aws::String>
49 m_codeHasBeenSet =
true;
50 m_code = std::forward<CodeT>(value);
52 template <
typename CodeT = Aws::String>
54 SetCode(std::forward<CodeT>(value));
68 m_languageHasBeenSet =
true;
80 bool m_codeHasBeenSet =
false;
81 bool m_languageHasBeenSet =
false;
InlineCodeFlowNodeConfiguration & WithLanguage(SupportedLanguages value)
AWS_BEDROCKAGENT_API InlineCodeFlowNodeConfiguration()=default
bool LanguageHasBeenSet() const
InlineCodeFlowNodeConfiguration & WithCode(CodeT &&value)
void SetLanguage(SupportedLanguages value)
bool CodeHasBeenSet() const
AWS_BEDROCKAGENT_API InlineCodeFlowNodeConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetCode(CodeT &&value)
SupportedLanguages GetLanguage() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API InlineCodeFlowNodeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCode() const
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