7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/AnnotationTableConfigurationResult.h>
9#include <aws/s3-crt/model/DestinationResult.h>
10#include <aws/s3-crt/model/InventoryTableConfigurationResult.h>
11#include <aws/s3-crt/model/JournalTableConfigurationResult.h>
44 template <
typename DestinationResultT = DestinationResult>
46 m_destinationResultHasBeenSet =
true;
47 m_destinationResult = std::forward<DestinationResultT>(value);
49 template <
typename DestinationResultT = DestinationResult>
62 template <
typename JournalTableConfigurationResultT = JournalTableConfigurationResult>
64 m_journalTableConfigurationResultHasBeenSet =
true;
65 m_journalTableConfigurationResult = std::forward<JournalTableConfigurationResultT>(value);
67 template <
typename JournalTableConfigurationResultT = JournalTableConfigurationResult>
79 return m_inventoryTableConfigurationResult;
82 template <
typename InventoryTableConfigurationResultT = InventoryTableConfigurationResult>
84 m_inventoryTableConfigurationResultHasBeenSet =
true;
85 m_inventoryTableConfigurationResult = std::forward<InventoryTableConfigurationResultT>(value);
87 template <
typename InventoryTableConfigurationResultT = InventoryTableConfigurationResult>
100 return m_annotationTableConfigurationResult;
103 template <
typename AnnotationTableConfigurationResultT = AnnotationTableConfigurationResult>
105 m_annotationTableConfigurationResultHasBeenSet =
true;
106 m_annotationTableConfigurationResult = std::forward<AnnotationTableConfigurationResultT>(value);
108 template <
typename AnnotationTableConfigurationResultT = AnnotationTableConfigurationResult>
122 bool m_destinationResultHasBeenSet =
false;
123 bool m_journalTableConfigurationResultHasBeenSet =
false;
124 bool m_inventoryTableConfigurationResultHasBeenSet =
false;
125 bool m_annotationTableConfigurationResultHasBeenSet =
false;