7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/AnnotationTableConfiguration.h>
9#include <aws/s3-crt/model/InventoryTableConfiguration.h>
10#include <aws/s3-crt/model/JournalTableConfiguration.h>
43 template <
typename JournalTableConfigurationT = JournalTableConfiguration>
45 m_journalTableConfigurationHasBeenSet =
true;
46 m_journalTableConfiguration = std::forward<JournalTableConfigurationT>(value);
48 template <
typename JournalTableConfigurationT = JournalTableConfiguration>
61 template <
typename InventoryTableConfigurationT = InventoryTableConfiguration>
63 m_inventoryTableConfigurationHasBeenSet =
true;
64 m_inventoryTableConfiguration = std::forward<InventoryTableConfigurationT>(value);
66 template <
typename InventoryTableConfigurationT = InventoryTableConfiguration>
80 template <
typename AnnotationTableConfigurationT = AnnotationTableConfiguration>
82 m_annotationTableConfigurationHasBeenSet =
true;
83 m_annotationTableConfiguration = std::forward<AnnotationTableConfigurationT>(value);
85 template <
typename AnnotationTableConfigurationT = AnnotationTableConfiguration>
97 bool m_journalTableConfigurationHasBeenSet =
false;
98 bool m_inventoryTableConfigurationHasBeenSet =
false;
99 bool m_annotationTableConfigurationHasBeenSet =
false;