7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/DestinationResult.h>
9#include <aws/s3/model/InventoryTableConfigurationResult.h>
10#include <aws/s3/model/JournalTableConfigurationResult.h>
43 template <
typename DestinationResultT = DestinationResult>
45 m_destinationResultHasBeenSet =
true;
46 m_destinationResult = std::forward<DestinationResultT>(value);
48 template <
typename DestinationResultT = DestinationResult>
61 template <
typename JournalTableConfigurationResultT = JournalTableConfigurationResult>
63 m_journalTableConfigurationResultHasBeenSet =
true;
64 m_journalTableConfigurationResult = std::forward<JournalTableConfigurationResultT>(value);
66 template <
typename JournalTableConfigurationResultT = JournalTableConfigurationResult>
78 return m_inventoryTableConfigurationResult;
81 template <
typename InventoryTableConfigurationResultT = InventoryTableConfigurationResult>
83 m_inventoryTableConfigurationResultHasBeenSet =
true;
84 m_inventoryTableConfigurationResult = std::forward<InventoryTableConfigurationResultT>(value);
86 template <
typename InventoryTableConfigurationResultT = InventoryTableConfigurationResult>
98 bool m_destinationResultHasBeenSet =
false;
99 bool m_journalTableConfigurationResultHasBeenSet =
false;
100 bool m_inventoryTableConfigurationResultHasBeenSet =
false;