7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/PartitionedPrefix.h>
9#include <aws/s3/model/SimplePrefix.h>
43 template <
typename SimplePrefixT = SimplePrefix>
45 m_simplePrefixHasBeenSet =
true;
46 m_simplePrefix = std::forward<SimplePrefixT>(value);
48 template <
typename SimplePrefixT = SimplePrefix>
61 template <
typename PartitionedPrefixT = PartitionedPrefix>
63 m_partitionedPrefixHasBeenSet =
true;
64 m_partitionedPrefix = std::forward<PartitionedPrefixT>(value);
66 template <
typename PartitionedPrefixT = PartitionedPrefix>
76 bool m_simplePrefixHasBeenSet =
false;
77 bool m_partitionedPrefixHasBeenSet =
false;