7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ValueWhenUnsetOption.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 template<
typename CustomValueT = Aws::String>
62 void SetCustomValue(CustomValueT&& value) { m_customValueHasBeenSet =
true; m_customValue = std::forward<CustomValueT>(value); }
63 template<
typename CustomValueT = Aws::String>
69 bool m_valueWhenUnsetOptionHasBeenSet =
false;
72 bool m_customValueHasBeenSet =
false;
ValueWhenUnsetOption GetValueWhenUnsetOption() const
void SetCustomValue(CustomValueT &&value)
const Aws::String & GetCustomValue() const
AWS_QUICKSIGHT_API StringValueWhenUnsetConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CustomValueHasBeenSet() const
StringValueWhenUnsetConfiguration & WithCustomValue(CustomValueT &&value)
StringValueWhenUnsetConfiguration & WithValueWhenUnsetOption(ValueWhenUnsetOption value)
AWS_QUICKSIGHT_API StringValueWhenUnsetConfiguration()=default
void SetValueWhenUnsetOption(ValueWhenUnsetOption value)
AWS_QUICKSIGHT_API StringValueWhenUnsetConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ValueWhenUnsetOptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue