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/TableStatistics.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace DatabaseMigrationService {
42 template <
typename ReplicationTaskArnT = Aws::String>
44 m_replicationTaskArnHasBeenSet =
true;
45 m_replicationTaskArn = std::forward<ReplicationTaskArnT>(value);
47 template <
typename ReplicationTaskArnT = Aws::String>
59 template <
typename TableStatisticsT = Aws::Vector<TableStatistics>>
61 m_tableStatisticsHasBeenSet =
true;
62 m_tableStatistics = std::forward<TableStatisticsT>(value);
64 template <
typename TableStatisticsT = Aws::Vector<TableStatistics>>
69 template <
typename TableStatisticsT = TableStatistics>
71 m_tableStatisticsHasBeenSet =
true;
72 m_tableStatistics.emplace_back(std::forward<TableStatisticsT>(value));
84 template <
typename MarkerT = Aws::String>
86 m_markerHasBeenSet =
true;
87 m_marker = std::forward<MarkerT>(value);
89 template <
typename MarkerT = Aws::String>
99 template <
typename RequestIdT = Aws::String>
101 m_requestIdHasBeenSet =
true;
102 m_requestId = std::forward<RequestIdT>(value);
104 template <
typename RequestIdT = Aws::String>
118 bool m_replicationTaskArnHasBeenSet =
false;
119 bool m_tableStatisticsHasBeenSet =
false;
120 bool m_markerHasBeenSet =
false;
121 bool m_requestIdHasBeenSet =
false;
DescribeTableStatisticsResult & AddTableStatistics(TableStatisticsT &&value)
const Aws::String & GetMarker() const
AWS_DATABASEMIGRATIONSERVICE_API DescribeTableStatisticsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< TableStatistics > & GetTableStatistics() const
void SetTableStatistics(TableStatisticsT &&value)
void SetMarker(MarkerT &&value)
DescribeTableStatisticsResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
DescribeTableStatisticsResult & WithMarker(MarkerT &&value)
DescribeTableStatisticsResult & WithTableStatistics(TableStatisticsT &&value)
const Aws::String & GetReplicationTaskArn() const
AWS_DATABASEMIGRATIONSERVICE_API DescribeTableStatisticsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_DATABASEMIGRATIONSERVICE_API DescribeTableStatisticsResult()=default
DescribeTableStatisticsResult & WithReplicationTaskArn(ReplicationTaskArnT &&value)
void SetReplicationTaskArn(ReplicationTaskArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue