AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ReferenceLineValueLabelConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ReferenceLineValueLabelRelativePosition.h>
9#include <aws/quicksight/model/NumericFormatConfiguration.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight
23{
24namespace Model
25{
26
34 {
35 public:
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
48 inline const ReferenceLineValueLabelRelativePosition& GetRelativePosition() const{ return m_relativePosition; }
49 inline bool RelativePositionHasBeenSet() const { return m_relativePositionHasBeenSet; }
50 inline void SetRelativePosition(const ReferenceLineValueLabelRelativePosition& value) { m_relativePositionHasBeenSet = true; m_relativePosition = value; }
51 inline void SetRelativePosition(ReferenceLineValueLabelRelativePosition&& value) { m_relativePositionHasBeenSet = true; m_relativePosition = std::move(value); }
55
57
60 inline const NumericFormatConfiguration& GetFormatConfiguration() const{ return m_formatConfiguration; }
61 inline bool FormatConfigurationHasBeenSet() const { return m_formatConfigurationHasBeenSet; }
62 inline void SetFormatConfiguration(const NumericFormatConfiguration& value) { m_formatConfigurationHasBeenSet = true; m_formatConfiguration = value; }
63 inline void SetFormatConfiguration(NumericFormatConfiguration&& value) { m_formatConfigurationHasBeenSet = true; m_formatConfiguration = std::move(value); }
67 private:
68
70 bool m_relativePositionHasBeenSet = false;
71
72 NumericFormatConfiguration m_formatConfiguration;
73 bool m_formatConfigurationHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace QuickSight
78} // namespace Aws
ReferenceLineValueLabelConfiguration & WithFormatConfiguration(const NumericFormatConfiguration &value)
void SetRelativePosition(ReferenceLineValueLabelRelativePosition &&value)
const ReferenceLineValueLabelRelativePosition & GetRelativePosition() const
AWS_QUICKSIGHT_API ReferenceLineValueLabelConfiguration(Aws::Utils::Json::JsonView jsonValue)
ReferenceLineValueLabelConfiguration & WithRelativePosition(const ReferenceLineValueLabelRelativePosition &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API ReferenceLineValueLabelConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ReferenceLineValueLabelConfiguration & WithRelativePosition(ReferenceLineValueLabelRelativePosition &&value)
void SetRelativePosition(const ReferenceLineValueLabelRelativePosition &value)
ReferenceLineValueLabelConfiguration & WithFormatConfiguration(NumericFormatConfiguration &&value)
Aws::Utils::Json::JsonValue JsonValue