7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/redshift/model/SnapshotAttributeToSortBy.h>
10#include <aws/redshift/model/SortByOrder.h>
65 bool m_attributeHasBeenSet =
false;
68 bool m_sortOrderHasBeenSet =
false;
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
SnapshotSortingEntity & WithSortOrder(SortByOrder value)
SnapshotSortingEntity & WithAttribute(SnapshotAttributeToSortBy value)
AWS_REDSHIFT_API SnapshotSortingEntity(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_REDSHIFT_API SnapshotSortingEntity & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool AttributeHasBeenSet() const
void SetAttribute(SnapshotAttributeToSortBy value)
void SetSortOrder(SortByOrder value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_REDSHIFT_API SnapshotSortingEntity()=default
SortByOrder GetSortOrder() const
SnapshotAttributeToSortBy GetAttribute() const
bool SortOrderHasBeenSet() const
SnapshotAttributeToSortBy
std::basic_ostream< char, std::char_traits< char > > OStream