7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/panorama/model/PortType.h>
49 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
63 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
75 inline void SetType(
const PortType& value) { m_typeHasBeenSet =
true; m_type = value; }
76 inline void SetType(
PortType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
83 bool m_descriptionHasBeenSet =
false;
86 bool m_nameHasBeenSet =
false;
89 bool m_typeHasBeenSet =
false;
const PortType & GetType() const
void SetDescription(const char *value)
AWS_PANORAMA_API NodeOutputPort()
AWS_PANORAMA_API NodeOutputPort & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(Aws::String &&value)
const Aws::String & GetDescription() const
NodeOutputPort & WithDescription(const Aws::String &value)
const Aws::String & GetName() const
AWS_PANORAMA_API NodeOutputPort(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
void SetName(const Aws::String &value)
NodeOutputPort & WithDescription(const char *value)
bool TypeHasBeenSet() const
NodeOutputPort & WithName(const Aws::String &value)
bool DescriptionHasBeenSet() const
NodeOutputPort & WithDescription(Aws::String &&value)
NodeOutputPort & WithType(const PortType &value)
void SetType(const PortType &value)
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(Aws::String &&value)
void SetName(const char *value)
NodeOutputPort & WithType(PortType &&value)
void SetDescription(const Aws::String &value)
NodeOutputPort & WithName(Aws::String &&value)
void SetType(PortType &&value)
NodeOutputPort & WithName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue