/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A list of selectable values that are used in a control.See
* Also:
AWS
* API Reference
The values that are used in ParameterSelectableValues
.
The values that are used in ParameterSelectableValues
.
The values that are used in ParameterSelectableValues
.
The values that are used in ParameterSelectableValues
.
The values that are used in ParameterSelectableValues
.
The values that are used in ParameterSelectableValues
.
The values that are used in ParameterSelectableValues
.
The values that are used in ParameterSelectableValues
.
The values that are used in ParameterSelectableValues
.
The column identifier that fetches values from the data set.
*/ inline const ColumnIdentifier& GetLinkToDataSetColumn() const{ return m_linkToDataSetColumn; } /** *The column identifier that fetches values from the data set.
*/ inline bool LinkToDataSetColumnHasBeenSet() const { return m_linkToDataSetColumnHasBeenSet; } /** *The column identifier that fetches values from the data set.
*/ inline void SetLinkToDataSetColumn(const ColumnIdentifier& value) { m_linkToDataSetColumnHasBeenSet = true; m_linkToDataSetColumn = value; } /** *The column identifier that fetches values from the data set.
*/ inline void SetLinkToDataSetColumn(ColumnIdentifier&& value) { m_linkToDataSetColumnHasBeenSet = true; m_linkToDataSetColumn = std::move(value); } /** *The column identifier that fetches values from the data set.
*/ inline ParameterSelectableValues& WithLinkToDataSetColumn(const ColumnIdentifier& value) { SetLinkToDataSetColumn(value); return *this;} /** *The column identifier that fetches values from the data set.
*/ inline ParameterSelectableValues& WithLinkToDataSetColumn(ColumnIdentifier&& value) { SetLinkToDataSetColumn(std::move(value)); return *this;} private: Aws::Vector