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/TableStatistics.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace DatabaseMigrationService
47 template<
typename ReplicationConfigArnT = Aws::String>
48 void SetReplicationConfigArn(ReplicationConfigArnT&& value) { m_replicationConfigArnHasBeenSet =
true; m_replicationConfigArn = std::forward<ReplicationConfigArnT>(value); }
49 template<
typename ReplicationConfigArnT = Aws::String>
60 template<
typename MarkerT = Aws::String>
61 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
62 template<
typename MarkerT = Aws::String>
72 template<
typename ReplicationTableStatisticsT = Aws::Vector<TableStatistics>>
73 void SetReplicationTableStatistics(ReplicationTableStatisticsT&& value) { m_replicationTableStatisticsHasBeenSet =
true; m_replicationTableStatistics = std::forward<ReplicationTableStatisticsT>(value); }
74 template<
typename ReplicationTableStatisticsT = Aws::Vector<TableStatistics>>
76 template<
typename ReplicationTableStatisticsT = TableStatistics>
83 template<
typename RequestIdT = Aws::String>
84 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
85 template<
typename RequestIdT = Aws::String>
91 bool m_replicationConfigArnHasBeenSet =
false;
94 bool m_markerHasBeenSet =
false;
97 bool m_replicationTableStatisticsHasBeenSet =
false;
100 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetMarker() const
DescribeReplicationTableStatisticsResult & AddReplicationTableStatistics(ReplicationTableStatisticsT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DescribeReplicationTableStatisticsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeReplicationTableStatisticsResult & WithReplicationTableStatistics(ReplicationTableStatisticsT &&value)
void SetMarker(MarkerT &&value)
const Aws::Vector< TableStatistics > & GetReplicationTableStatistics() const
DescribeReplicationTableStatisticsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
DescribeReplicationTableStatisticsResult & WithReplicationConfigArn(ReplicationConfigArnT &&value)
const Aws::String & GetReplicationConfigArn() const
void SetReplicationConfigArn(ReplicationConfigArnT &&value)
void SetReplicationTableStatistics(ReplicationTableStatisticsT &&value)
DescribeReplicationTableStatisticsResult & WithMarker(MarkerT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DescribeReplicationTableStatisticsResult()=default
void SetRequestId(RequestIdT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DescribeReplicationTableStatisticsResult & 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