AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
IntegerValueWhenUnsetConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ValueWhenUnsetOption.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
30 public:
31 AWS_QUICKSIGHT_API IntegerValueWhenUnsetConfiguration() = default;
34 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
43 inline ValueWhenUnsetOption GetValueWhenUnsetOption() const { return m_valueWhenUnsetOption; }
44 inline bool ValueWhenUnsetOptionHasBeenSet() const { return m_valueWhenUnsetOptionHasBeenSet; }
46 m_valueWhenUnsetOptionHasBeenSet = true;
47 m_valueWhenUnsetOption = value;
48 }
51 return *this;
52 }
54
56
59 inline long long GetCustomValue() const { return m_customValue; }
60 inline bool CustomValueHasBeenSet() const { return m_customValueHasBeenSet; }
61 inline void SetCustomValue(long long value) {
62 m_customValueHasBeenSet = true;
63 m_customValue = value;
64 }
66 SetCustomValue(value);
67 return *this;
68 }
70 private:
72
73 long long m_customValue{0};
74 bool m_valueWhenUnsetOptionHasBeenSet = false;
75 bool m_customValueHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace QuickSight
80} // namespace Aws
IntegerValueWhenUnsetConfiguration & WithCustomValue(long long value)
IntegerValueWhenUnsetConfiguration & WithValueWhenUnsetOption(ValueWhenUnsetOption value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API IntegerValueWhenUnsetConfiguration()=default
AWS_QUICKSIGHT_API IntegerValueWhenUnsetConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API IntegerValueWhenUnsetConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue