7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
10#include <aws/dms/model/Connection.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace DatabaseMigrationService {
44 template <
typename MarkerT = Aws::String>
46 m_markerHasBeenSet =
true;
47 m_marker = std::forward<MarkerT>(value);
49 template <
typename MarkerT = Aws::String>
61 template <
typename ConnectionsT = Aws::Vector<Connection>>
63 m_connectionsHasBeenSet =
true;
64 m_connections = std::forward<ConnectionsT>(value);
66 template <
typename ConnectionsT = Aws::Vector<Connection>>
71 template <
typename ConnectionsT = Connection>
73 m_connectionsHasBeenSet =
true;
74 m_connections.emplace_back(std::forward<ConnectionsT>(value));
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
99 bool m_markerHasBeenSet =
false;
100 bool m_connectionsHasBeenSet =
false;
101 bool m_requestIdHasBeenSet =
false;
AWS_DATABASEMIGRATIONSERVICE_API DescribeConnectionsResult()=default
DescribeConnectionsResult & AddConnections(ConnectionsT &&value)
void SetRequestId(RequestIdT &&value)
DescribeConnectionsResult & WithConnections(ConnectionsT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DescribeConnectionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeConnectionsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetMarker() const
const Aws::String & GetRequestId() const
void SetMarker(MarkerT &&value)
DescribeConnectionsResult & WithMarker(MarkerT &&value)
void SetConnections(ConnectionsT &&value)
const Aws::Vector< Connection > & GetConnections() const
AWS_DATABASEMIGRATIONSERVICE_API DescribeConnectionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue