64 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
105 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
136 inline void SetType(
const PortType& value) { m_typeHasBeenSet =
true; m_type = value; }
141 inline void SetType(
PortType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
156 bool m_descriptionHasBeenSet =
false;
159 bool m_nameHasBeenSet =
false;
162 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