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>
55 bool m_nodeHasBeenSet =
false;
void SetNode(NodeT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool NodeHasBeenSet() const
AWS_BEDROCKAGENT_API MissingNodeConfigurationFlowValidationDetails()=default
const Aws::String & GetNode() const
AWS_BEDROCKAGENT_API MissingNodeConfigurationFlowValidationDetails(Aws::Utils::Json::JsonView jsonValue)
MissingNodeConfigurationFlowValidationDetails & WithNode(NodeT &&value)
AWS_BEDROCKAGENT_API MissingNodeConfigurationFlowValidationDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue