7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
11#include <aws/dms/model/Connection.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace DatabaseMigrationService {
45 template <
typename MarkerT = Aws::String>
47 m_markerHasBeenSet =
true;
48 m_marker = std::forward<MarkerT>(value);
50 template <
typename MarkerT = Aws::String>
62 template <
typename ConnectionsT = Aws::Vector<Connection>>
64 m_connectionsHasBeenSet =
true;
65 m_connections = std::forward<ConnectionsT>(value);
67 template <
typename ConnectionsT = Aws::Vector<Connection>>
72 template <
typename ConnectionsT = Connection>
74 m_connectionsHasBeenSet =
true;
75 m_connections.emplace_back(std::forward<ConnectionsT>(value));
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
103 bool m_markerHasBeenSet =
false;
104 bool m_connectionsHasBeenSet =
false;
105 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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