7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/DestinationResult.h>
9#include <aws/s3/model/JournalTableConfigurationResult.h>
10#include <aws/s3/model/InventoryTableConfigurationResult.h>
49 template<
typename DestinationResultT = DestinationResult>
50 void SetDestinationResult(DestinationResultT&& value) { m_destinationResultHasBeenSet =
true; m_destinationResult = std::forward<DestinationResultT>(value); }
51 template<
typename DestinationResultT = DestinationResult>
61 template<
typename JournalTableConfigurationResultT = JournalTableConfigurationResult>
62 void SetJournalTableConfigurationResult(JournalTableConfigurationResultT&& value) { m_journalTableConfigurationResultHasBeenSet =
true; m_journalTableConfigurationResult = std::forward<JournalTableConfigurationResultT>(value); }
63 template<
typename JournalTableConfigurationResultT = JournalTableConfigurationResult>
73 template<
typename InventoryTableConfigurationResultT = InventoryTableConfigurationResult>
74 void SetInventoryTableConfigurationResult(InventoryTableConfigurationResultT&& value) { m_inventoryTableConfigurationResultHasBeenSet =
true; m_inventoryTableConfigurationResult = std::forward<InventoryTableConfigurationResultT>(value); }
75 template<
typename InventoryTableConfigurationResultT = InventoryTableConfigurationResult>
81 bool m_destinationResultHasBeenSet =
false;
84 bool m_journalTableConfigurationResultHasBeenSet =
false;
87 bool m_inventoryTableConfigurationResultHasBeenSet =
false;