7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent/model/SupportedLanguages.h>
53 template<
typename CodeT = Aws::String>
54 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
55 template<
typename CodeT = Aws::String>
73 bool m_codeHasBeenSet =
false;
76 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue