/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A structure that represents a comparative order.See Also:
* AWS
* API Reference
The ordering type for a column. Valid values for this structure are
* GREATER_IS_BETTER
, LESSER_IS_BETTER
and
* SPECIFIED
.
The ordering type for a column. Valid values for this structure are
* GREATER_IS_BETTER
, LESSER_IS_BETTER
and
* SPECIFIED
.
The ordering type for a column. Valid values for this structure are
* GREATER_IS_BETTER
, LESSER_IS_BETTER
and
* SPECIFIED
.
The ordering type for a column. Valid values for this structure are
* GREATER_IS_BETTER
, LESSER_IS_BETTER
and
* SPECIFIED
.
The ordering type for a column. Valid values for this structure are
* GREATER_IS_BETTER
, LESSER_IS_BETTER
and
* SPECIFIED
.
The ordering type for a column. Valid values for this structure are
* GREATER_IS_BETTER
, LESSER_IS_BETTER
and
* SPECIFIED
.
The list of columns to be used in the ordering.
*/ inline const Aws::VectorThe list of columns to be used in the ordering.
*/ inline bool SpecifedOrderHasBeenSet() const { return m_specifedOrderHasBeenSet; } /** *The list of columns to be used in the ordering.
*/ inline void SetSpecifedOrder(const Aws::VectorThe list of columns to be used in the ordering.
*/ inline void SetSpecifedOrder(Aws::VectorThe list of columns to be used in the ordering.
*/ inline ComparativeOrder& WithSpecifedOrder(const Aws::VectorThe list of columns to be used in the ordering.
*/ inline ComparativeOrder& WithSpecifedOrder(Aws::VectorThe list of columns to be used in the ordering.
*/ inline ComparativeOrder& AddSpecifedOrder(const Aws::String& value) { m_specifedOrderHasBeenSet = true; m_specifedOrder.push_back(value); return *this; } /** *The list of columns to be used in the ordering.
*/ inline ComparativeOrder& AddSpecifedOrder(Aws::String&& value) { m_specifedOrderHasBeenSet = true; m_specifedOrder.push_back(std::move(value)); return *this; } /** *The list of columns to be used in the ordering.
*/ inline ComparativeOrder& AddSpecifedOrder(const char* value) { m_specifedOrderHasBeenSet = true; m_specifedOrder.push_back(value); return *this; } /** *The treat of undefined specified values. Valid values for this structure are
* LEAST
and MOST
.
The treat of undefined specified values. Valid values for this structure are
* LEAST
and MOST
.
The treat of undefined specified values. Valid values for this structure are
* LEAST
and MOST
.
The treat of undefined specified values. Valid values for this structure are
* LEAST
and MOST
.
The treat of undefined specified values. Valid values for this structure are
* LEAST
and MOST
.
The treat of undefined specified values. Valid values for this structure are
* LEAST
and MOST
.