/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Specifies the connections used by a job.See Also:
AWS
* API Reference
A list of connections used by the job.
*/ inline const Aws::VectorA list of connections used by the job.
*/ inline bool ConnectionsHasBeenSet() const { return m_connectionsHasBeenSet; } /** *A list of connections used by the job.
*/ inline void SetConnections(const Aws::VectorA list of connections used by the job.
*/ inline void SetConnections(Aws::VectorA list of connections used by the job.
*/ inline ConnectionsList& WithConnections(const Aws::VectorA list of connections used by the job.
*/ inline ConnectionsList& WithConnections(Aws::VectorA list of connections used by the job.
*/ inline ConnectionsList& AddConnections(const Aws::String& value) { m_connectionsHasBeenSet = true; m_connections.push_back(value); return *this; } /** *A list of connections used by the job.
*/ inline ConnectionsList& AddConnections(Aws::String&& value) { m_connectionsHasBeenSet = true; m_connections.push_back(std::move(value)); return *this; } /** *A list of connections used by the job.
*/ inline ConnectionsList& AddConnections(const char* value) { m_connectionsHasBeenSet = true; m_connections.push_back(value); return *this; } private: Aws::Vector