64 inline void SetDefaultValue(
const char* value) { m_defaultValueHasBeenSet =
true; m_defaultValue.assign(value); }
105 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
136 inline void SetMaxConnections(
int value) { m_maxConnectionsHasBeenSet =
true; m_maxConnections = value; }
167 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
198 inline void SetType(
const PortType& value) { m_typeHasBeenSet =
true; m_type = value; }
203 inline void SetType(
PortType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
218 bool m_defaultValueHasBeenSet =
false;
221 bool m_descriptionHasBeenSet =
false;
223 int m_maxConnections;
224 bool m_maxConnectionsHasBeenSet =
false;
227 bool m_nameHasBeenSet =
false;
230 bool m_typeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String