7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/dms/model/Connection.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace DatabaseMigrationService
49 template<
typename MarkerT = Aws::String>
50 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
51 template<
typename MarkerT = Aws::String>
60 template<
typename ConnectionsT = Aws::Vector<Connection>>
61 void SetConnections(ConnectionsT&& value) { m_connectionsHasBeenSet =
true; m_connections = std::forward<ConnectionsT>(value); }
62 template<
typename ConnectionsT = Aws::Vector<Connection>>
64 template<
typename ConnectionsT = Connection>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_markerHasBeenSet =
false;
82 bool m_connectionsHasBeenSet =
false;
85 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