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>
69 bool m_attributeHasBeenSet =
false;
72 bool m_sortOrderHasBeenSet =
false;
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
SnapshotSortingEntity & WithSortOrder(const SortByOrder &value)
SnapshotSortingEntity & WithAttribute(SnapshotAttributeToSortBy &&value)
AWS_REDSHIFT_API SnapshotSortingEntity(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_REDSHIFT_API SnapshotSortingEntity()
void SetSortOrder(SortByOrder &&value)
AWS_REDSHIFT_API SnapshotSortingEntity & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetSortOrder(const SortByOrder &value)
SnapshotSortingEntity & WithSortOrder(SortByOrder &&value)
const SnapshotAttributeToSortBy & GetAttribute() const
bool AttributeHasBeenSet() const
void SetAttribute(SnapshotAttributeToSortBy &&value)
SnapshotSortingEntity & WithAttribute(const SnapshotAttributeToSortBy &value)
const SortByOrder & GetSortOrder() const
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetAttribute(const SnapshotAttributeToSortBy &value)
bool SortOrderHasBeenSet() const
SnapshotAttributeToSortBy
std::basic_ostream< char, std::char_traits< char > > OStream