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>
72 bool m_inputsHasBeenSet =
false;
75 bool m_outputsHasBeenSet =
false;
void SetInputs(const Aws::Vector< NodeInputPort > &value)
NodeInterface & WithOutputs(Aws::Vector< NodeOutputPort > &&value)
NodeInterface & WithOutputs(const Aws::Vector< NodeOutputPort > &value)
void SetOutputs(Aws::Vector< NodeOutputPort > &&value)
AWS_PANORAMA_API NodeInterface(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< NodeInputPort > & GetInputs() const
const Aws::Vector< NodeOutputPort > & GetOutputs() const
NodeInterface & AddOutputs(NodeOutputPort &&value)
bool InputsHasBeenSet() const
NodeInterface & WithInputs(Aws::Vector< NodeInputPort > &&value)
NodeInterface & WithInputs(const Aws::Vector< NodeInputPort > &value)
AWS_PANORAMA_API NodeInterface()
void SetOutputs(const Aws::Vector< NodeOutputPort > &value)
NodeInterface & AddOutputs(const NodeOutputPort &value)
NodeInterface & AddInputs(NodeInputPort &&value)
AWS_PANORAMA_API NodeInterface & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetInputs(Aws::Vector< NodeInputPort > &&value)
bool OutputsHasBeenSet() const
NodeInterface & AddInputs(const NodeInputPort &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue