AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
SheetImageScalingConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/SheetImageScalingType.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace QuickSight
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_QUICKSIGHT_API SheetImageScalingConfiguration() = default;
37 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
53 inline SheetImageScalingType GetScalingType() const { return m_scalingType; }
54 inline bool ScalingTypeHasBeenSet() const { return m_scalingTypeHasBeenSet; }
55 inline void SetScalingType(SheetImageScalingType value) { m_scalingTypeHasBeenSet = true; m_scalingType = value; }
58 private:
59
61 bool m_scalingTypeHasBeenSet = false;
62 };
63
64} // namespace Model
65} // namespace QuickSight
66} // namespace Aws
SheetImageScalingConfiguration & WithScalingType(SheetImageScalingType value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API SheetImageScalingConfiguration()=default
AWS_QUICKSIGHT_API SheetImageScalingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API SheetImageScalingConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue