AWS SDK for C++

AWS SDK for C++ Version 1.11.748

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QuickSight {
20namespace Model {
21
28 public:
29 AWS_QUICKSIGHT_API SheetImageScalingConfiguration() = default;
32 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
47 inline SheetImageScalingType GetScalingType() const { return m_scalingType; }
48 inline bool ScalingTypeHasBeenSet() const { return m_scalingTypeHasBeenSet; }
50 m_scalingTypeHasBeenSet = true;
51 m_scalingType = value;
52 }
54 SetScalingType(value);
55 return *this;
56 }
58 private:
60 bool m_scalingTypeHasBeenSet = false;
61};
62
63} // namespace Model
64} // namespace QuickSight
65} // 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