/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The option that determines the decimal places configuration.See
* Also:
AWS
* API Reference
The values of the decimal places.
*/ inline long long GetDecimalPlaces() const{ return m_decimalPlaces; } /** *The values of the decimal places.
*/ inline bool DecimalPlacesHasBeenSet() const { return m_decimalPlacesHasBeenSet; } /** *The values of the decimal places.
*/ inline void SetDecimalPlaces(long long value) { m_decimalPlacesHasBeenSet = true; m_decimalPlaces = value; } /** *The values of the decimal places.
*/ inline DecimalPlacesConfiguration& WithDecimalPlaces(long long value) { SetDecimalPlaces(value); return *this;} private: long long m_decimalPlaces; bool m_decimalPlacesHasBeenSet = false; }; } // namespace Model } // namespace QuickSight } // namespace Aws