7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NodeT = Aws::String>
48 void SetNode(NodeT&& value) { m_nodeHasBeenSet =
true; m_node = std::forward<NodeT>(value); }
49 template<
typename NodeT = Aws::String>
59 template<
typename OutputT = Aws::String>
60 void SetOutput(OutputT&& value) { m_outputHasBeenSet =
true; m_output = std::forward<OutputT>(value); }
61 template<
typename OutputT = Aws::String>
67 bool m_nodeHasBeenSet =
false;
70 bool m_outputHasBeenSet =
false;
const Aws::String & GetOutput() const
bool OutputHasBeenSet() const
void SetNode(NodeT &&value)
void SetOutput(OutputT &&value)
MissingNodeOutputFlowValidationDetails & WithNode(NodeT &&value)
AWS_BEDROCKAGENT_API MissingNodeOutputFlowValidationDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API MissingNodeOutputFlowValidationDetails()=default
bool NodeHasBeenSet() const
AWS_BEDROCKAGENT_API MissingNodeOutputFlowValidationDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetNode() const
MissingNodeOutputFlowValidationDetails & WithOutput(OutputT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue