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 SetDefaultValue(
const char* value) { m_defaultValueHasBeenSet =
true; m_defaultValue.assign(value); }
63 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
75 inline void SetMaxConnections(
int value) { m_maxConnectionsHasBeenSet =
true; m_maxConnections = value; }
87 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
99 inline void SetType(
const PortType& value) { m_typeHasBeenSet =
true; m_type = value; }
100 inline void SetType(
PortType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
107 bool m_defaultValueHasBeenSet =
false;
110 bool m_descriptionHasBeenSet =
false;
112 int m_maxConnections;
113 bool m_maxConnectionsHasBeenSet =
false;
116 bool m_nameHasBeenSet =
false;
119 bool m_typeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue