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