AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
DescribeTableStatisticsResult.h
1
6#pragma once
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>
11
12#include <utility>
13
14namespace Aws {
15template <typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils {
19namespace Json {
20class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace DatabaseMigrationService {
24namespace Model {
31 public:
32 AWS_DATABASEMIGRATIONSERVICE_API DescribeTableStatisticsResult() = default;
34 AWS_DATABASEMIGRATIONSERVICE_API DescribeTableStatisticsResult& operator=(
36
38
41 inline const Aws::String& GetReplicationTaskArn() const { return m_replicationTaskArn; }
42 template <typename ReplicationTaskArnT = Aws::String>
43 void SetReplicationTaskArn(ReplicationTaskArnT&& value) {
44 m_replicationTaskArnHasBeenSet = true;
45 m_replicationTaskArn = std::forward<ReplicationTaskArnT>(value);
46 }
47 template <typename ReplicationTaskArnT = Aws::String>
49 SetReplicationTaskArn(std::forward<ReplicationTaskArnT>(value));
50 return *this;
51 }
53
55
58 inline const Aws::Vector<TableStatistics>& GetTableStatistics() const { return m_tableStatistics; }
59 template <typename TableStatisticsT = Aws::Vector<TableStatistics>>
60 void SetTableStatistics(TableStatisticsT&& value) {
61 m_tableStatisticsHasBeenSet = true;
62 m_tableStatistics = std::forward<TableStatisticsT>(value);
63 }
64 template <typename TableStatisticsT = Aws::Vector<TableStatistics>>
66 SetTableStatistics(std::forward<TableStatisticsT>(value));
67 return *this;
68 }
69 template <typename TableStatisticsT = TableStatistics>
71 m_tableStatisticsHasBeenSet = true;
72 m_tableStatistics.emplace_back(std::forward<TableStatisticsT>(value));
73 return *this;
74 }
76
78
83 inline const Aws::String& GetMarker() const { return m_marker; }
84 template <typename MarkerT = Aws::String>
85 void SetMarker(MarkerT&& value) {
86 m_markerHasBeenSet = true;
87 m_marker = std::forward<MarkerT>(value);
88 }
89 template <typename MarkerT = Aws::String>
91 SetMarker(std::forward<MarkerT>(value));
92 return *this;
93 }
95
97
98 inline const Aws::String& GetRequestId() const { return m_requestId; }
99 template <typename RequestIdT = Aws::String>
100 void SetRequestId(RequestIdT&& value) {
101 m_requestIdHasBeenSet = true;
102 m_requestId = std::forward<RequestIdT>(value);
103 }
104 template <typename RequestIdT = Aws::String>
106 SetRequestId(std::forward<RequestIdT>(value));
107 return *this;
108 }
110 private:
111 Aws::String m_replicationTaskArn;
112
113 Aws::Vector<TableStatistics> m_tableStatistics;
114
115 Aws::String m_marker;
116
117 Aws::String m_requestId;
118 bool m_replicationTaskArnHasBeenSet = false;
119 bool m_tableStatisticsHasBeenSet = false;
120 bool m_markerHasBeenSet = false;
121 bool m_requestIdHasBeenSet = false;
122};
123
124} // namespace Model
125} // namespace DatabaseMigrationService
126} // 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