/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The value label configuration of the label in a reference line.See
* Also:
AWS
* API Reference
The relative position of the value label. Choose one of the following * options:
BEFORE_CUSTOM_LABEL
* AFTER_CUSTOM_LABEL
The relative position of the value label. Choose one of the following * options:
BEFORE_CUSTOM_LABEL
* AFTER_CUSTOM_LABEL
The relative position of the value label. Choose one of the following * options:
BEFORE_CUSTOM_LABEL
* AFTER_CUSTOM_LABEL
The relative position of the value label. Choose one of the following * options:
BEFORE_CUSTOM_LABEL
* AFTER_CUSTOM_LABEL
The relative position of the value label. Choose one of the following * options:
BEFORE_CUSTOM_LABEL
* AFTER_CUSTOM_LABEL
The relative position of the value label. Choose one of the following * options:
BEFORE_CUSTOM_LABEL
* AFTER_CUSTOM_LABEL
The format configuration of the value label.
*/ inline const NumericFormatConfiguration& GetFormatConfiguration() const{ return m_formatConfiguration; } /** *The format configuration of the value label.
*/ inline bool FormatConfigurationHasBeenSet() const { return m_formatConfigurationHasBeenSet; } /** *The format configuration of the value label.
*/ inline void SetFormatConfiguration(const NumericFormatConfiguration& value) { m_formatConfigurationHasBeenSet = true; m_formatConfiguration = value; } /** *The format configuration of the value label.
*/ inline void SetFormatConfiguration(NumericFormatConfiguration&& value) { m_formatConfigurationHasBeenSet = true; m_formatConfiguration = std::move(value); } /** *The format configuration of the value label.
*/ inline ReferenceLineValueLabelConfiguration& WithFormatConfiguration(const NumericFormatConfiguration& value) { SetFormatConfiguration(value); return *this;} /** *The format configuration of the value label.
*/ inline ReferenceLineValueLabelConfiguration& WithFormatConfiguration(NumericFormatConfiguration&& value) { SetFormatConfiguration(std::move(value)); return *this;} private: ReferenceLineValueLabelRelativePosition m_relativePosition; bool m_relativePositionHasBeenSet = false; NumericFormatConfiguration m_formatConfiguration; bool m_formatConfigurationHasBeenSet = false; }; } // namespace Model } // namespace QuickSight } // namespace Aws