AWS SDK for C++

AWS SDK for C++ Version 1.11.745

Loading...
Searching...
No Matches
SmallMultiplesAxisProperties.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/SmallMultiplesAxisPlacement.h>
9#include <aws/quicksight/model/SmallMultiplesAxisScale.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace QuickSight {
21namespace Model {
22
30 public:
31 AWS_QUICKSIGHT_API SmallMultiplesAxisProperties() = default;
34 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline SmallMultiplesAxisScale GetScale() const { return m_scale; }
42 inline bool ScaleHasBeenSet() const { return m_scaleHasBeenSet; }
43 inline void SetScale(SmallMultiplesAxisScale value) {
44 m_scaleHasBeenSet = true;
45 m_scale = value;
46 }
48 SetScale(value);
49 return *this;
50 }
52
54
59 inline SmallMultiplesAxisPlacement GetPlacement() const { return m_placement; }
60 inline bool PlacementHasBeenSet() const { return m_placementHasBeenSet; }
62 m_placementHasBeenSet = true;
63 m_placement = value;
64 }
66 SetPlacement(value);
67 return *this;
68 }
70 private:
72
74 bool m_scaleHasBeenSet = false;
75 bool m_placementHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace QuickSight
80} // namespace Aws
AWS_QUICKSIGHT_API SmallMultiplesAxisProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
SmallMultiplesAxisProperties & WithPlacement(SmallMultiplesAxisPlacement value)
AWS_QUICKSIGHT_API SmallMultiplesAxisProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API SmallMultiplesAxisProperties()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
SmallMultiplesAxisProperties & WithScale(SmallMultiplesAxisScale value)
Aws::Utils::Json::JsonValue JsonValue