7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/s3tables/S3Tables_EXPORTS.h>
9#include <aws/s3tables/model/ReplicationDestination.h>
42 template <
typename DestinationsT = Aws::Vector<ReplicationDestination>>
44 m_destinationsHasBeenSet =
true;
45 m_destinations = std::forward<DestinationsT>(value);
47 template <
typename DestinationsT = Aws::Vector<ReplicationDestination>>
52 template <
typename DestinationsT = ReplicationDestination>
54 m_destinationsHasBeenSet =
true;
55 m_destinations.emplace_back(std::forward<DestinationsT>(value));
61 bool m_destinationsHasBeenSet =
false;
AWS_S3TABLES_API TableBucketReplicationRule(Aws::Utils::Json::JsonView jsonValue)
void SetDestinations(DestinationsT &&value)
TableBucketReplicationRule & WithDestinations(DestinationsT &&value)
TableBucketReplicationRule & AddDestinations(DestinationsT &&value)
AWS_S3TABLES_API TableBucketReplicationRule()=default
AWS_S3TABLES_API TableBucketReplicationRule & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< ReplicationDestination > & GetDestinations() const
AWS_S3TABLES_API Aws::Utils::Json::JsonValue Jsonize() const
bool DestinationsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue