7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/CustomValuesConfiguration.h>
9#include <aws/quicksight/model/SelectAllValueOptions.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/quicksight/model/ColumnIdentifier.h>
78 inline void SetSourceParameterName(
const char* value) { m_sourceParameterNameHasBeenSet =
true; m_sourceParameterName.assign(value); }
92 inline void SetSourceField(
const char* value) { m_sourceFieldHasBeenSet =
true; m_sourceField.assign(value); }
110 bool m_customValuesConfigurationHasBeenSet =
false;
113 bool m_selectAllValueOptionsHasBeenSet =
false;
116 bool m_sourceParameterNameHasBeenSet =
false;
119 bool m_sourceFieldHasBeenSet =
false;
122 bool m_sourceColumnHasBeenSet =
false;
void SetSourceField(const char *value)
void SetSourceField(Aws::String &&value)
bool SourceParameterNameHasBeenSet() const
AWS_QUICKSIGHT_API DestinationParameterValueConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSelectAllValueOptions(SelectAllValueOptions &&value)
void SetCustomValuesConfiguration(CustomValuesConfiguration &&value)
bool SourceFieldHasBeenSet() const
DestinationParameterValueConfiguration & WithSelectAllValueOptions(const SelectAllValueOptions &value)
const SelectAllValueOptions & GetSelectAllValueOptions() const
bool SelectAllValueOptionsHasBeenSet() const
void SetSourceColumn(ColumnIdentifier &&value)
void SetSourceColumn(const ColumnIdentifier &value)
DestinationParameterValueConfiguration & WithSourceField(const char *value)
void SetCustomValuesConfiguration(const CustomValuesConfiguration &value)
const Aws::String & GetSourceField() const
DestinationParameterValueConfiguration & WithSourceField(Aws::String &&value)
AWS_QUICKSIGHT_API DestinationParameterValueConfiguration(Aws::Utils::Json::JsonView jsonValue)
DestinationParameterValueConfiguration & WithSelectAllValueOptions(SelectAllValueOptions &&value)
DestinationParameterValueConfiguration & WithCustomValuesConfiguration(const CustomValuesConfiguration &value)
DestinationParameterValueConfiguration & WithCustomValuesConfiguration(CustomValuesConfiguration &&value)
void SetSourceParameterName(Aws::String &&value)
void SetSourceField(const Aws::String &value)
void SetSelectAllValueOptions(const SelectAllValueOptions &value)
const CustomValuesConfiguration & GetCustomValuesConfiguration() const
DestinationParameterValueConfiguration & WithSourceField(const Aws::String &value)
DestinationParameterValueConfiguration & WithSourceColumn(ColumnIdentifier &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetSourceParameterName() const
DestinationParameterValueConfiguration & WithSourceParameterName(const char *value)
const ColumnIdentifier & GetSourceColumn() const
DestinationParameterValueConfiguration & WithSourceParameterName(Aws::String &&value)
void SetSourceParameterName(const Aws::String &value)
bool CustomValuesConfigurationHasBeenSet() const
DestinationParameterValueConfiguration & WithSourceColumn(const ColumnIdentifier &value)
DestinationParameterValueConfiguration & WithSourceParameterName(const Aws::String &value)
void SetSourceParameterName(const char *value)
AWS_QUICKSIGHT_API DestinationParameterValueConfiguration()
bool SourceColumnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue