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/ReplicationConfig.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>
61 template<
typename ReplicationConfigsT = Aws::Vector<ReplicationConfig>>
62 void SetReplicationConfigs(ReplicationConfigsT&& value) { m_replicationConfigsHasBeenSet =
true; m_replicationConfigs = std::forward<ReplicationConfigsT>(value); }
63 template<
typename ReplicationConfigsT = Aws::Vector<ReplicationConfig>>
65 template<
typename ReplicationConfigsT = ReplicationConfig>
72 template<
typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
74 template<
typename RequestIdT = Aws::String>
80 bool m_markerHasBeenSet =
false;
83 bool m_replicationConfigsHasBeenSet =
false;
86 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