7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/SimplePrefix.h>
9#include <aws/s3/model/PartitionedPrefix.h>
49 template<
typename SimplePrefixT = SimplePrefix>
50 void SetSimplePrefix(SimplePrefixT&& value) { m_simplePrefixHasBeenSet =
true; m_simplePrefix = std::forward<SimplePrefixT>(value); }
51 template<
typename SimplePrefixT = SimplePrefix>
61 template<
typename PartitionedPrefixT = PartitionedPrefix>
62 void SetPartitionedPrefix(PartitionedPrefixT&& value) { m_partitionedPrefixHasBeenSet =
true; m_partitionedPrefix = std::forward<PartitionedPrefixT>(value); }
63 template<
typename PartitionedPrefixT = PartitionedPrefix>
69 bool m_simplePrefixHasBeenSet =
false;
72 bool m_partitionedPrefixHasBeenSet =
false;