7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/panorama/Panorama_EXPORTS.h>
9#include <aws/panorama/model/PortType.h>
41 template <
typename DescriptionT = Aws::String>
43 m_descriptionHasBeenSet =
true;
44 m_description = std::forward<DescriptionT>(value);
46 template <
typename DescriptionT = Aws::String>
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
78 m_typeHasBeenSet =
true;
92 bool m_descriptionHasBeenSet =
false;
93 bool m_nameHasBeenSet =
false;
94 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