7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ValueWhenUnsetOption.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
65 inline void SetCustomValue(
const char* value) { m_customValueHasBeenSet =
true; m_customValue.assign(value); }
73 bool m_valueWhenUnsetOptionHasBeenSet =
false;
76 bool m_customValueHasBeenSet =
false;
void SetCustomValue(Aws::String &&value)
StringValueWhenUnsetConfiguration & WithCustomValue(Aws::String &&value)
const Aws::String & GetCustomValue() const
AWS_QUICKSIGHT_API StringValueWhenUnsetConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CustomValueHasBeenSet() const
StringValueWhenUnsetConfiguration & WithCustomValue(const char *value)
StringValueWhenUnsetConfiguration & WithValueWhenUnsetOption(ValueWhenUnsetOption &&value)
StringValueWhenUnsetConfiguration & WithValueWhenUnsetOption(const ValueWhenUnsetOption &value)
void SetValueWhenUnsetOption(const ValueWhenUnsetOption &value)
void SetCustomValue(const Aws::String &value)
const ValueWhenUnsetOption & GetValueWhenUnsetOption() const
AWS_QUICKSIGHT_API StringValueWhenUnsetConfiguration()
AWS_QUICKSIGHT_API StringValueWhenUnsetConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetValueWhenUnsetOption(ValueWhenUnsetOption &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
StringValueWhenUnsetConfiguration & WithCustomValue(const Aws::String &value)
bool ValueWhenUnsetOptionHasBeenSet() const
void SetCustomValue(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue