7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/CustomParameterValues.h>
48 inline void SetIncludeNullValue(
bool value) { m_includeNullValueHasBeenSet =
true; m_includeNullValue = value; }
56 template<
typename CustomValuesT = CustomParameterValues>
57 void SetCustomValues(CustomValuesT&& value) { m_customValuesHasBeenSet =
true; m_customValues = std::forward<CustomValuesT>(value); }
58 template<
typename CustomValuesT = CustomParameterValues>
63 bool m_includeNullValue{
false};
64 bool m_includeNullValueHasBeenSet =
false;
66 CustomParameterValues m_customValues;
67 bool m_customValuesHasBeenSet =
false;
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool GetIncludeNullValue() const
bool IncludeNullValueHasBeenSet() const
bool CustomValuesHasBeenSet() 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)
void SetCustomValues(CustomValuesT &&value)
const CustomParameterValues & GetCustomValues() const
CustomValuesConfiguration & WithIncludeNullValue(bool value)
CustomValuesConfiguration & WithCustomValues(CustomValuesT &&value)
void SetIncludeNullValue(bool value)
Aws::Utils::Json::JsonValue JsonValue