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 DefaultValueT = Aws::String>
43 m_defaultValueHasBeenSet =
true;
44 m_defaultValue = std::forward<DefaultValueT>(value);
46 template <
typename DefaultValueT = Aws::String>
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
78 m_maxConnectionsHasBeenSet =
true;
79 m_maxConnections = value;
93 template <
typename NameT = Aws::String>
95 m_nameHasBeenSet =
true;
96 m_name = std::forward<NameT>(value);
98 template <
typename NameT = Aws::String>
100 SetName(std::forward<NameT>(value));
112 m_typeHasBeenSet =
true;
125 int m_maxConnections{0};
130 bool m_defaultValueHasBeenSet =
false;
131 bool m_descriptionHasBeenSet =
false;
132 bool m_maxConnectionsHasBeenSet =
false;
133 bool m_nameHasBeenSet =
false;
134 bool m_typeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue