7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ConnectionsT = Aws::Vector<Aws::String>>
48 void SetConnections(ConnectionsT&& value) { m_connectionsHasBeenSet =
true; m_connections = std::forward<ConnectionsT>(value); }
49 template<
typename ConnectionsT = Aws::Vector<Aws::String>>
51 template<
typename ConnectionsT = Aws::String>
52 ConnectionsList&
AddConnections(ConnectionsT&& value) { m_connectionsHasBeenSet =
true; m_connections.emplace_back(std::forward<ConnectionsT>(value));
return *
this; }
57 bool m_connectionsHasBeenSet =
false;
ConnectionsList & WithConnections(ConnectionsT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
ConnectionsList & AddConnections(ConnectionsT &&value)
AWS_GLUE_API ConnectionsList & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetConnections(ConnectionsT &&value)
AWS_GLUE_API ConnectionsList()=default
AWS_GLUE_API ConnectionsList(Aws::Utils::Json::JsonView jsonValue)
bool ConnectionsHasBeenSet() const
const Aws::Vector< Aws::String > & GetConnections() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue