7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/panorama/model/PortType.h>
47 template<
typename DescriptionT = Aws::String>
48 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
49 template<
typename DescriptionT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
77 bool m_descriptionHasBeenSet =
false;
80 bool m_nameHasBeenSet =
false;
83 bool m_typeHasBeenSet =
false;
AWS_PANORAMA_API NodeOutputPort & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
NodeOutputPort & WithType(PortType value)
const Aws::String & GetName() const
AWS_PANORAMA_API NodeOutputPort(Aws::Utils::Json::JsonView jsonValue)
AWS_PANORAMA_API NodeOutputPort()=default
bool NameHasBeenSet() const
void SetType(PortType value)
NodeOutputPort & WithDescription(DescriptionT &&value)
bool TypeHasBeenSet() const
bool DescriptionHasBeenSet() const
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
NodeOutputPort & WithName(NameT &&value)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue