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/ReplicationConfig.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>
62 template <
typename ReplicationConfigsT = Aws::Vector<ReplicationConfig>>
64 m_replicationConfigsHasBeenSet =
true;
65 m_replicationConfigs = std::forward<ReplicationConfigsT>(value);
67 template <
typename ReplicationConfigsT = Aws::Vector<ReplicationConfig>>
72 template <
typename ReplicationConfigsT = ReplicationConfig>
74 m_replicationConfigsHasBeenSet =
true;
75 m_replicationConfigs.emplace_back(std::forward<ReplicationConfigsT>(value));
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
100 bool m_markerHasBeenSet =
false;
101 bool m_replicationConfigsHasBeenSet =
false;
102 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)
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