7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ColumnOrderingType.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/quicksight/model/UndefinedSpecifiedValueType.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
88 bool m_useOrderingHasBeenSet =
false;
91 bool m_specifedOrderHasBeenSet =
false;
94 bool m_treatUndefinedSpecifiedValuesHasBeenSet =
false;
ComparativeOrder & AddSpecifedOrder(Aws::String &&value)
void SetSpecifedOrder(const Aws::Vector< Aws::String > &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool UseOrderingHasBeenSet() const
AWS_QUICKSIGHT_API ComparativeOrder()
ComparativeOrder & WithSpecifedOrder(const Aws::Vector< Aws::String > &value)
ComparativeOrder & AddSpecifedOrder(const Aws::String &value)
AWS_QUICKSIGHT_API ComparativeOrder & operator=(Aws::Utils::Json::JsonView jsonValue)
const ColumnOrderingType & GetUseOrdering() const
ComparativeOrder & WithUseOrdering(const ColumnOrderingType &value)
ComparativeOrder & WithTreatUndefinedSpecifiedValues(const UndefinedSpecifiedValueType &value)
bool TreatUndefinedSpecifiedValuesHasBeenSet() const
ComparativeOrder & WithSpecifedOrder(Aws::Vector< Aws::String > &&value)
ComparativeOrder & WithTreatUndefinedSpecifiedValues(UndefinedSpecifiedValueType &&value)
ComparativeOrder & WithUseOrdering(ColumnOrderingType &&value)
void SetSpecifedOrder(Aws::Vector< Aws::String > &&value)
bool SpecifedOrderHasBeenSet() const
ComparativeOrder & AddSpecifedOrder(const char *value)
void SetTreatUndefinedSpecifiedValues(UndefinedSpecifiedValueType &&value)
void SetTreatUndefinedSpecifiedValues(const UndefinedSpecifiedValueType &value)
const Aws::Vector< Aws::String > & GetSpecifedOrder() const
AWS_QUICKSIGHT_API ComparativeOrder(Aws::Utils::Json::JsonView jsonValue)
void SetUseOrdering(const ColumnOrderingType &value)
const UndefinedSpecifiedValueType & GetTreatUndefinedSpecifiedValues() const
void SetUseOrdering(ColumnOrderingType &&value)
UndefinedSpecifiedValueType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue