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/ReplicationConfig.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>
63 template <
typename ReplicationConfigsT = Aws::Vector<ReplicationConfig>>
65 m_replicationConfigsHasBeenSet =
true;
66 m_replicationConfigs = std::forward<ReplicationConfigsT>(value);
68 template <
typename ReplicationConfigsT = Aws::Vector<ReplicationConfig>>
73 template <
typename ReplicationConfigsT = ReplicationConfig>
75 m_replicationConfigsHasBeenSet =
true;
76 m_replicationConfigs.emplace_back(std::forward<ReplicationConfigsT>(value));
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
104 bool m_markerHasBeenSet =
false;
105 bool m_replicationConfigsHasBeenSet =
false;
106 bool m_requestIdHasBeenSet =
false;
AWS_DATABASEMIGRATIONSERVICE_API DescribeReplicationConfigsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetMarker(MarkerT &&value)
const Aws::String & GetRequestId() const
AWS_DATABASEMIGRATIONSERVICE_API DescribeReplicationConfigsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetReplicationConfigs(ReplicationConfigsT &&value)
void SetRequestId(RequestIdT &&value)
DescribeReplicationConfigsResult & WithMarker(MarkerT &&value)
DescribeReplicationConfigsResult & WithReplicationConfigs(ReplicationConfigsT &&value)
DescribeReplicationConfigsResult & AddReplicationConfigs(ReplicationConfigsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeReplicationConfigsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetMarker() const
AWS_DATABASEMIGRATIONSERVICE_API DescribeReplicationConfigsResult()=default
const Aws::Vector< ReplicationConfig > & GetReplicationConfigs() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue