7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent/model/FlowNodeIODataType.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
67 bool m_nameHasBeenSet =
false;
70 bool m_typeHasBeenSet =
false;
bool TypeHasBeenSet() const
bool NameHasBeenSet() const
void SetName(NameT &&value)
FlowNodeOutput & WithType(FlowNodeIODataType value)
FlowNodeIODataType GetType() const
FlowNodeOutput & WithName(NameT &&value)
void SetType(FlowNodeIODataType value)
AWS_BEDROCKAGENT_API FlowNodeOutput(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
AWS_BEDROCKAGENT_API FlowNodeOutput()=default
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API FlowNodeOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue