/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The sort configuration for a field in a field well.See Also:
* AWS
* API Reference
The sort configuration target field.
*/ inline const Aws::String& GetFieldId() const{ return m_fieldId; } /** *The sort configuration target field.
*/ inline bool FieldIdHasBeenSet() const { return m_fieldIdHasBeenSet; } /** *The sort configuration target field.
*/ inline void SetFieldId(const Aws::String& value) { m_fieldIdHasBeenSet = true; m_fieldId = value; } /** *The sort configuration target field.
*/ inline void SetFieldId(Aws::String&& value) { m_fieldIdHasBeenSet = true; m_fieldId = std::move(value); } /** *The sort configuration target field.
*/ inline void SetFieldId(const char* value) { m_fieldIdHasBeenSet = true; m_fieldId.assign(value); } /** *The sort configuration target field.
*/ inline FieldSort& WithFieldId(const Aws::String& value) { SetFieldId(value); return *this;} /** *The sort configuration target field.
*/ inline FieldSort& WithFieldId(Aws::String&& value) { SetFieldId(std::move(value)); return *this;} /** *The sort configuration target field.
*/ inline FieldSort& WithFieldId(const char* value) { SetFieldId(value); return *this;} /** *The sort direction. Choose one of the following options:
* ASC
: Ascending
DESC
: Descending
The sort direction. Choose one of the following options:
* ASC
: Ascending
DESC
: Descending
The sort direction. Choose one of the following options:
* ASC
: Ascending
DESC
: Descending
The sort direction. Choose one of the following options:
* ASC
: Ascending
DESC
: Descending
The sort direction. Choose one of the following options:
* ASC
: Ascending
DESC
: Descending
The sort direction. Choose one of the following options:
* ASC
: Ascending
DESC
: Descending