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 {
43 template <
typename ReplicationTaskArnT = Aws::String>
45 m_replicationTaskArnHasBeenSet =
true;
46 m_replicationTaskArn = std::forward<ReplicationTaskArnT>(value);
48 template <
typename ReplicationTaskArnT = Aws::String>
60 template <
typename TableStatisticsT = Aws::Vector<TableStatistics>>
62 m_tableStatisticsHasBeenSet =
true;
63 m_tableStatistics = std::forward<TableStatisticsT>(value);
65 template <
typename TableStatisticsT = Aws::Vector<TableStatistics>>
70 template <
typename TableStatisticsT = TableStatistics>
72 m_tableStatisticsHasBeenSet =
true;
73 m_tableStatistics.emplace_back(std::forward<TableStatisticsT>(value));
85 template <
typename MarkerT = Aws::String>
87 m_markerHasBeenSet =
true;
88 m_marker = std::forward<MarkerT>(value);
90 template <
typename MarkerT = Aws::String>
100 template <
typename RequestIdT = Aws::String>
102 m_requestIdHasBeenSet =
true;
103 m_requestId = std::forward<RequestIdT>(value);
105 template <
typename RequestIdT = Aws::String>
122 bool m_replicationTaskArnHasBeenSet =
false;
123 bool m_tableStatisticsHasBeenSet =
false;
124 bool m_markerHasBeenSet =
false;
125 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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