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/TableStatistics.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace DatabaseMigrationService {
44 template <
typename ReplicationConfigArnT = Aws::String>
46 m_replicationConfigArnHasBeenSet =
true;
47 m_replicationConfigArn = std::forward<ReplicationConfigArnT>(value);
49 template <
typename ReplicationConfigArnT = Aws::String>
63 template <
typename MarkerT = Aws::String>
65 m_markerHasBeenSet =
true;
66 m_marker = std::forward<MarkerT>(value);
68 template <
typename MarkerT = Aws::String>
81 template <
typename ReplicationTableStatisticsT = Aws::Vector<TableStatistics>>
83 m_replicationTableStatisticsHasBeenSet =
true;
84 m_replicationTableStatistics = std::forward<ReplicationTableStatisticsT>(value);
86 template <
typename ReplicationTableStatisticsT = Aws::Vector<TableStatistics>>
91 template <
typename ReplicationTableStatisticsT = TableStatistics>
93 m_replicationTableStatisticsHasBeenSet =
true;
94 m_replicationTableStatistics.emplace_back(std::forward<ReplicationTableStatisticsT>(value));
102 template <
typename RequestIdT = Aws::String>
104 m_requestIdHasBeenSet =
true;
105 m_requestId = std::forward<RequestIdT>(value);
107 template <
typename RequestIdT = Aws::String>
124 bool m_replicationConfigArnHasBeenSet =
false;
125 bool m_markerHasBeenSet =
false;
126 bool m_replicationTableStatisticsHasBeenSet =
false;
127 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() 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