7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/ec2/model/DestinationFileFormat.h>
71 inline void SetPerHourPartition(
bool value) { m_perHourPartitionHasBeenSet =
true; m_perHourPartition = value; }
77 bool m_fileFormatHasBeenSet =
false;
79 bool m_hiveCompatiblePartitions{
false};
80 bool m_hiveCompatiblePartitionsHasBeenSet =
false;
82 bool m_perHourPartition{
false};
83 bool m_perHourPartitionHasBeenSet =
false;
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
DestinationOptionsRequest & WithHiveCompatiblePartitions(bool value)
DestinationOptionsRequest & WithPerHourPartition(bool value)
AWS_EC2_API DestinationOptionsRequest()=default
void SetHiveCompatiblePartitions(bool value)
bool HiveCompatiblePartitionsHasBeenSet() const
DestinationFileFormat GetFileFormat() const
bool GetHiveCompatiblePartitions() const
bool GetPerHourPartition() const
bool FileFormatHasBeenSet() const
AWS_EC2_API DestinationOptionsRequest & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API DestinationOptionsRequest(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
DestinationOptionsRequest & WithFileFormat(DestinationFileFormat value)
void SetFileFormat(DestinationFileFormat value)
void SetPerHourPartition(bool value)
bool PerHourPartitionHasBeenSet() const
std::basic_ostream< char, std::char_traits< char > > OStream