AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DescribeTableStatisticsResult.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace DatabaseMigrationService
26{
27namespace Model
28{
35 {
36 public:
37 AWS_DATABASEMIGRATIONSERVICE_API DescribeTableStatisticsResult() = default;
40
41
43
46 inline const Aws::String& GetReplicationTaskArn() const { return m_replicationTaskArn; }
47 template<typename ReplicationTaskArnT = Aws::String>
48 void SetReplicationTaskArn(ReplicationTaskArnT&& value) { m_replicationTaskArnHasBeenSet = true; m_replicationTaskArn = std::forward<ReplicationTaskArnT>(value); }
49 template<typename ReplicationTaskArnT = Aws::String>
50 DescribeTableStatisticsResult& WithReplicationTaskArn(ReplicationTaskArnT&& value) { SetReplicationTaskArn(std::forward<ReplicationTaskArnT>(value)); return *this;}
52
54
57 inline const Aws::Vector<TableStatistics>& GetTableStatistics() const { return m_tableStatistics; }
58 template<typename TableStatisticsT = Aws::Vector<TableStatistics>>
59 void SetTableStatistics(TableStatisticsT&& value) { m_tableStatisticsHasBeenSet = true; m_tableStatistics = std::forward<TableStatisticsT>(value); }
60 template<typename TableStatisticsT = Aws::Vector<TableStatistics>>
61 DescribeTableStatisticsResult& WithTableStatistics(TableStatisticsT&& value) { SetTableStatistics(std::forward<TableStatisticsT>(value)); return *this;}
62 template<typename TableStatisticsT = TableStatistics>
63 DescribeTableStatisticsResult& AddTableStatistics(TableStatisticsT&& value) { m_tableStatisticsHasBeenSet = true; m_tableStatistics.emplace_back(std::forward<TableStatisticsT>(value)); return *this; }
65
67
72 inline const Aws::String& GetMarker() const { return m_marker; }
73 template<typename MarkerT = Aws::String>
74 void SetMarker(MarkerT&& value) { m_markerHasBeenSet = true; m_marker = std::forward<MarkerT>(value); }
75 template<typename MarkerT = Aws::String>
76 DescribeTableStatisticsResult& WithMarker(MarkerT&& value) { SetMarker(std::forward<MarkerT>(value)); return *this;}
78
80
81 inline const Aws::String& GetRequestId() const { return m_requestId; }
82 template<typename RequestIdT = Aws::String>
83 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
84 template<typename RequestIdT = Aws::String>
85 DescribeTableStatisticsResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
87 private:
88
89 Aws::String m_replicationTaskArn;
90 bool m_replicationTaskArnHasBeenSet = false;
91
92 Aws::Vector<TableStatistics> m_tableStatistics;
93 bool m_tableStatisticsHasBeenSet = false;
94
95 Aws::String m_marker;
96 bool m_markerHasBeenSet = false;
97
98 Aws::String m_requestId;
99 bool m_requestIdHasBeenSet = false;
100 };
101
102} // namespace Model
103} // namespace DatabaseMigrationService
104} // namespace Aws
DescribeTableStatisticsResult & AddTableStatistics(TableStatisticsT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DescribeTableStatisticsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeTableStatisticsResult & WithTableStatistics(TableStatisticsT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DescribeTableStatisticsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATABASEMIGRATIONSERVICE_API DescribeTableStatisticsResult()=default
DescribeTableStatisticsResult & WithReplicationTaskArn(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