7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/ValueWhenUnsetOption.h>
46 m_valueWhenUnsetOptionHasBeenSet =
true;
47 m_valueWhenUnsetOption = value;
61 template <
typename CustomValueT = Aws::String>
63 m_customValueHasBeenSet =
true;
64 m_customValue = std::forward<CustomValueT>(value);
66 template <
typename CustomValueT = Aws::String>
76 bool m_valueWhenUnsetOptionHasBeenSet =
false;
77 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