/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The comparison display configuration of a KPI or gauge chart.See
* Also:
AWS
* API Reference
The method of the comparison. Choose from the following options:
DIFFERENCE
* PERCENT_DIFFERENCE
PERCENT
The method of the comparison. Choose from the following options:
DIFFERENCE
* PERCENT_DIFFERENCE
PERCENT
The method of the comparison. Choose from the following options:
DIFFERENCE
* PERCENT_DIFFERENCE
PERCENT
The method of the comparison. Choose from the following options:
DIFFERENCE
* PERCENT_DIFFERENCE
PERCENT
The method of the comparison. Choose from the following options:
DIFFERENCE
* PERCENT_DIFFERENCE
PERCENT
The method of the comparison. Choose from the following options:
DIFFERENCE
* PERCENT_DIFFERENCE
PERCENT
The format of the comparison.
*/ inline const ComparisonFormatConfiguration& GetComparisonFormat() const{ return m_comparisonFormat; } /** *The format of the comparison.
*/ inline bool ComparisonFormatHasBeenSet() const { return m_comparisonFormatHasBeenSet; } /** *The format of the comparison.
*/ inline void SetComparisonFormat(const ComparisonFormatConfiguration& value) { m_comparisonFormatHasBeenSet = true; m_comparisonFormat = value; } /** *The format of the comparison.
*/ inline void SetComparisonFormat(ComparisonFormatConfiguration&& value) { m_comparisonFormatHasBeenSet = true; m_comparisonFormat = std::move(value); } /** *The format of the comparison.
*/ inline ComparisonConfiguration& WithComparisonFormat(const ComparisonFormatConfiguration& value) { SetComparisonFormat(value); return *this;} /** *The format of the comparison.
*/ inline ComparisonConfiguration& WithComparisonFormat(ComparisonFormatConfiguration&& value) { SetComparisonFormat(std::move(value)); return *this;} private: ComparisonMethod m_comparisonMethod; bool m_comparisonMethodHasBeenSet = false; ComparisonFormatConfiguration m_comparisonFormat; bool m_comparisonFormatHasBeenSet = false; }; } // namespace Model } // namespace QuickSight } // namespace Aws