7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/FlowExecutionContent.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace BedrockAgentRuntime
50 template<
typename ContentT = FlowExecutionContent>
51 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
52 template<
typename ContentT = FlowExecutionContent>
62 template<
typename NameT = Aws::String>
63 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
64 template<
typename NameT = Aws::String>
70 bool m_contentHasBeenSet =
false;
73 bool m_nameHasBeenSet =
false;
bool NameHasBeenSet() const
void SetName(NameT &&value)
AWS_BEDROCKAGENTRUNTIME_API FlowOutputField & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
void SetContent(ContentT &&value)
AWS_BEDROCKAGENTRUNTIME_API FlowOutputField(Aws::Utils::Json::JsonView jsonValue)
bool ContentHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
const FlowExecutionContent & GetContent() const
FlowOutputField & WithName(NameT &&value)
AWS_BEDROCKAGENTRUNTIME_API FlowOutputField()=default
FlowOutputField & WithContent(ContentT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue