AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
CustomValuesConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/CustomParameterValues.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 CustomValuesConfiguration() = default;
34 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline bool GetIncludeNullValue() const { return m_includeNullValue; }
41 inline bool IncludeNullValueHasBeenSet() const { return m_includeNullValueHasBeenSet; }
42 inline void SetIncludeNullValue(bool value) {
43 m_includeNullValueHasBeenSet = true;
44 m_includeNullValue = value;
45 }
48 return *this;
49 }
51
53
54 inline const CustomParameterValues& GetCustomValues() const { return m_customValues; }
55 inline bool CustomValuesHasBeenSet() const { return m_customValuesHasBeenSet; }
56 template <typename CustomValuesT = CustomParameterValues>
57 void SetCustomValues(CustomValuesT&& value) {
58 m_customValuesHasBeenSet = true;
59 m_customValues = std::forward<CustomValuesT>(value);
60 }
61 template <typename CustomValuesT = CustomParameterValues>
63 SetCustomValues(std::forward<CustomValuesT>(value));
64 return *this;
65 }
67 private:
68 bool m_includeNullValue{false};
69
70 CustomParameterValues m_customValues;
71 bool m_includeNullValueHasBeenSet = false;
72 bool m_customValuesHasBeenSet = false;
73};
74
75} // namespace Model
76} // namespace QuickSight
77} // namespace Aws
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API CustomValuesConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API CustomValuesConfiguration()=default
AWS_QUICKSIGHT_API CustomValuesConfiguration(Aws::Utils::Json::JsonView jsonValue)
const CustomParameterValues & GetCustomValues() const
CustomValuesConfiguration & WithIncludeNullValue(bool value)
CustomValuesConfiguration & WithCustomValues(CustomValuesT &&value)
Aws::Utils::Json::JsonValue JsonValue