7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/panorama/model/NodeInputPort.h>
10#include <aws/panorama/model/NodeOutputPort.h>
48 template<
typename InputsT = Aws::Vector<NodeInputPort>>
49 void SetInputs(InputsT&& value) { m_inputsHasBeenSet =
true; m_inputs = std::forward<InputsT>(value); }
50 template<
typename InputsT = Aws::Vector<NodeInputPort>>
52 template<
typename InputsT = NodeInputPort>
53 NodeInterface&
AddInputs(InputsT&& value) { m_inputsHasBeenSet =
true; m_inputs.emplace_back(std::forward<InputsT>(value));
return *
this; }
62 template<
typename OutputsT = Aws::Vector<NodeOutputPort>>
63 void SetOutputs(OutputsT&& value) { m_outputsHasBeenSet =
true; m_outputs = std::forward<OutputsT>(value); }
64 template<
typename OutputsT = Aws::Vector<NodeOutputPort>>
66 template<
typename OutputsT = NodeOutputPort>
67 NodeInterface&
AddOutputs(OutputsT&& value) { m_outputsHasBeenSet =
true; m_outputs.emplace_back(std::forward<OutputsT>(value));
return *
this; }
72 bool m_inputsHasBeenSet =
false;
75 bool m_outputsHasBeenSet =
false;
NodeInterface & AddOutputs(OutputsT &&value)
AWS_PANORAMA_API NodeInterface(Aws::Utils::Json::JsonView jsonValue)
void SetOutputs(OutputsT &&value)
const Aws::Vector< NodeInputPort > & GetInputs() const
const Aws::Vector< NodeOutputPort > & GetOutputs() const
bool InputsHasBeenSet() const
NodeInterface & WithOutputs(OutputsT &&value)
NodeInterface & AddInputs(InputsT &&value)
NodeInterface & WithInputs(InputsT &&value)
void SetInputs(InputsT &&value)
AWS_PANORAMA_API NodeInterface()=default
AWS_PANORAMA_API NodeInterface & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
bool OutputsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue