AWS SDK for C++

AWS SDK for C++ Version 1.11.745

Loading...
Searching...
No Matches
MissingDataConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/MissingDataTreatmentOption.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
29 public:
30 AWS_QUICKSIGHT_API MissingDataConfiguration() = default;
33 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
44 inline MissingDataTreatmentOption GetTreatmentOption() const { return m_treatmentOption; }
45 inline bool TreatmentOptionHasBeenSet() const { return m_treatmentOptionHasBeenSet; }
47 m_treatmentOptionHasBeenSet = true;
48 m_treatmentOption = value;
49 }
51 SetTreatmentOption(value);
52 return *this;
53 }
55 private:
57 bool m_treatmentOptionHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace QuickSight
62} // namespace Aws
void SetTreatmentOption(MissingDataTreatmentOption value)
AWS_QUICKSIGHT_API MissingDataConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
MissingDataConfiguration & WithTreatmentOption(MissingDataTreatmentOption value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API MissingDataConfiguration()=default
AWS_QUICKSIGHT_API MissingDataConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue