7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3tables/S3Tables_EXPORTS.h>
10#include <aws/s3tables/model/TableReplicationConfiguration.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
38 template <
typename VersionTokenT = Aws::String>
40 m_versionTokenHasBeenSet =
true;
41 m_versionToken = std::forward<VersionTokenT>(value);
43 template <
typename VersionTokenT = Aws::String>
56 template <
typename ConfigurationT = TableReplicationConfiguration>
58 m_configurationHasBeenSet =
true;
59 m_configuration = std::forward<ConfigurationT>(value);
61 template <
typename ConfigurationT = TableReplicationConfiguration>
71 template <
typename RequestIdT = Aws::String>
73 m_requestIdHasBeenSet =
true;
74 m_requestId = std::forward<RequestIdT>(value);
76 template <
typename RequestIdT = Aws::String>
91 bool m_versionTokenHasBeenSet =
false;
92 bool m_configurationHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
AWS_S3TABLES_API GetTableReplicationResult()=default
void SetRequestId(RequestIdT &&value)
GetTableReplicationResult & WithRequestId(RequestIdT &&value)
GetTableReplicationResult & WithConfiguration(ConfigurationT &&value)
void SetConfiguration(ConfigurationT &&value)
const Aws::String & GetVersionToken() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
AWS_S3TABLES_API GetTableReplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetVersionToken(VersionTokenT &&value)
GetTableReplicationResult & WithVersionToken(VersionTokenT &&value)
const TableReplicationConfiguration & GetConfiguration() const
AWS_S3TABLES_API GetTableReplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue