/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The source controls that are used in a
* CascadingControlConfiguration
.See Also:
AWS
* API Reference
The source sheet control ID of a CascadingControlSource
.
The source sheet control ID of a CascadingControlSource
.
The source sheet control ID of a CascadingControlSource
.
The source sheet control ID of a CascadingControlSource
.
The source sheet control ID of a CascadingControlSource
.
The source sheet control ID of a CascadingControlSource
.
The source sheet control ID of a CascadingControlSource
.
The source sheet control ID of a CascadingControlSource
.
The column identifier that determines which column to look up for the source * sheet control.
*/ inline const ColumnIdentifier& GetColumnToMatch() const{ return m_columnToMatch; } /** *The column identifier that determines which column to look up for the source * sheet control.
*/ inline bool ColumnToMatchHasBeenSet() const { return m_columnToMatchHasBeenSet; } /** *The column identifier that determines which column to look up for the source * sheet control.
*/ inline void SetColumnToMatch(const ColumnIdentifier& value) { m_columnToMatchHasBeenSet = true; m_columnToMatch = value; } /** *The column identifier that determines which column to look up for the source * sheet control.
*/ inline void SetColumnToMatch(ColumnIdentifier&& value) { m_columnToMatchHasBeenSet = true; m_columnToMatch = std::move(value); } /** *The column identifier that determines which column to look up for the source * sheet control.
*/ inline CascadingControlSource& WithColumnToMatch(const ColumnIdentifier& value) { SetColumnToMatch(value); return *this;} /** *The column identifier that determines which column to look up for the source * sheet control.
*/ inline CascadingControlSource& WithColumnToMatch(ColumnIdentifier&& value) { SetColumnToMatch(std::move(value)); return *this;} private: Aws::String m_sourceSheetControlId; bool m_sourceSheetControlIdHasBeenSet = false; ColumnIdentifier m_columnToMatch; bool m_columnToMatchHasBeenSet = false; }; } // namespace Model } // namespace QuickSight } // namespace Aws