/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A node interface.See Also:
AWS
* API Reference
The node interface's inputs.
*/ inline const Aws::VectorThe node interface's inputs.
*/ inline bool InputsHasBeenSet() const { return m_inputsHasBeenSet; } /** *The node interface's inputs.
*/ inline void SetInputs(const Aws::VectorThe node interface's inputs.
*/ inline void SetInputs(Aws::VectorThe node interface's inputs.
*/ inline NodeInterface& WithInputs(const Aws::VectorThe node interface's inputs.
*/ inline NodeInterface& WithInputs(Aws::VectorThe node interface's inputs.
*/ inline NodeInterface& AddInputs(const NodeInputPort& value) { m_inputsHasBeenSet = true; m_inputs.push_back(value); return *this; } /** *The node interface's inputs.
*/ inline NodeInterface& AddInputs(NodeInputPort&& value) { m_inputsHasBeenSet = true; m_inputs.push_back(std::move(value)); return *this; } /** *The node interface's outputs.
*/ inline const Aws::VectorThe node interface's outputs.
*/ inline bool OutputsHasBeenSet() const { return m_outputsHasBeenSet; } /** *The node interface's outputs.
*/ inline void SetOutputs(const Aws::VectorThe node interface's outputs.
*/ inline void SetOutputs(Aws::VectorThe node interface's outputs.
*/ inline NodeInterface& WithOutputs(const Aws::VectorThe node interface's outputs.
*/ inline NodeInterface& WithOutputs(Aws::VectorThe node interface's outputs.
*/ inline NodeInterface& AddOutputs(const NodeOutputPort& value) { m_outputsHasBeenSet = true; m_outputs.push_back(value); return *this; } /** *The node interface's outputs.
*/ inline NodeInterface& AddOutputs(NodeOutputPort&& value) { m_outputsHasBeenSet = true; m_outputs.push_back(std::move(value)); return *this; } private: Aws::Vector