/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A list of OutputAttribute
objects, each of which have the fields
* Name and Hashed. Each of these objects selects a column to be included in the
* output table, and whether the values of the column should be
* hashed.See Also:
AWS
* API Reference
Enables the ability to hash the column values in the output.
*/ inline bool GetHashed() const{ return m_hashed; } /** *Enables the ability to hash the column values in the output.
*/ inline bool HashedHasBeenSet() const { return m_hashedHasBeenSet; } /** *Enables the ability to hash the column values in the output.
*/ inline void SetHashed(bool value) { m_hashedHasBeenSet = true; m_hashed = value; } /** *Enables the ability to hash the column values in the output.
*/ inline OutputAttribute& WithHashed(bool value) { SetHashed(value); return *this;} /** *A name of a column to be written to the output. This must be an
* InputField
name in the schema mapping.
A name of a column to be written to the output. This must be an
* InputField
name in the schema mapping.
A name of a column to be written to the output. This must be an
* InputField
name in the schema mapping.
A name of a column to be written to the output. This must be an
* InputField
name in the schema mapping.
A name of a column to be written to the output. This must be an
* InputField
name in the schema mapping.
A name of a column to be written to the output. This must be an
* InputField
name in the schema mapping.
A name of a column to be written to the output. This must be an
* InputField
name in the schema mapping.
A name of a column to be written to the output. This must be an
* InputField
name in the schema mapping.