7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3tables/S3TablesRequest.h>
9#include <aws/s3tables/S3Tables_EXPORTS.h>
10#include <aws/s3tables/model/TableReplicationConfiguration.h>
43 template <
typename TableArnT = Aws::String>
45 m_tableArnHasBeenSet =
true;
46 m_tableArn = std::forward<TableArnT>(value);
48 template <
typename TableArnT = Aws::String>
62 template <
typename VersionTokenT = Aws::String>
64 m_versionTokenHasBeenSet =
true;
65 m_versionToken = std::forward<VersionTokenT>(value);
67 template <
typename VersionTokenT = Aws::String>
81 template <
typename ConfigurationT = TableReplicationConfiguration>
83 m_configurationHasBeenSet =
true;
84 m_configuration = std::forward<ConfigurationT>(value);
86 template <
typename ConfigurationT = TableReplicationConfiguration>
98 bool m_tableArnHasBeenSet =
false;
99 bool m_versionTokenHasBeenSet =
false;
100 bool m_configurationHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
PutTableReplicationRequest & WithVersionToken(VersionTokenT &&value)
bool VersionTokenHasBeenSet() const
bool ConfigurationHasBeenSet() const
const Aws::String & GetVersionToken() const
void SetTableArn(TableArnT &&value)
AWS_S3TABLES_API Aws::String SerializePayload() const override
void SetConfiguration(ConfigurationT &&value)
void SetVersionToken(VersionTokenT &&value)
PutTableReplicationRequest & WithConfiguration(ConfigurationT &&value)
AWS_S3TABLES_API PutTableReplicationRequest()=default
bool TableArnHasBeenSet() const
AWS_S3TABLES_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetTableArn() const
PutTableReplicationRequest & WithTableArn(TableArnT &&value)
const TableReplicationConfiguration & GetConfiguration() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String