7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename ConnectionsT = Aws::Vector<Aws::String>>
43 m_connectionsHasBeenSet =
true;
44 m_connections = std::forward<ConnectionsT>(value);
46 template <
typename ConnectionsT = Aws::Vector<Aws::String>>
51 template <
typename ConnectionsT = Aws::String>
53 m_connectionsHasBeenSet =
true;
54 m_connections.emplace_back(std::forward<ConnectionsT>(value));
60 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