/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The sizing options for the table image configuration.See
* Also:
AWS
* API Reference
The cell scaling configuration of the sizing options for the table image * configuration.
*/ inline const TableCellImageScalingConfiguration& GetTableCellImageScalingConfiguration() const{ return m_tableCellImageScalingConfiguration; } /** *The cell scaling configuration of the sizing options for the table image * configuration.
*/ inline bool TableCellImageScalingConfigurationHasBeenSet() const { return m_tableCellImageScalingConfigurationHasBeenSet; } /** *The cell scaling configuration of the sizing options for the table image * configuration.
*/ inline void SetTableCellImageScalingConfiguration(const TableCellImageScalingConfiguration& value) { m_tableCellImageScalingConfigurationHasBeenSet = true; m_tableCellImageScalingConfiguration = value; } /** *The cell scaling configuration of the sizing options for the table image * configuration.
*/ inline void SetTableCellImageScalingConfiguration(TableCellImageScalingConfiguration&& value) { m_tableCellImageScalingConfigurationHasBeenSet = true; m_tableCellImageScalingConfiguration = std::move(value); } /** *The cell scaling configuration of the sizing options for the table image * configuration.
*/ inline TableCellImageSizingConfiguration& WithTableCellImageScalingConfiguration(const TableCellImageScalingConfiguration& value) { SetTableCellImageScalingConfiguration(value); return *this;} /** *The cell scaling configuration of the sizing options for the table image * configuration.
*/ inline TableCellImageSizingConfiguration& WithTableCellImageScalingConfiguration(TableCellImageScalingConfiguration&& value) { SetTableCellImageScalingConfiguration(std::move(value)); return *this;} private: TableCellImageScalingConfiguration m_tableCellImageScalingConfiguration; bool m_tableCellImageScalingConfigurationHasBeenSet = false; }; } // namespace Model } // namespace QuickSight } // namespace Aws