7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DataSetIdentifierT = Aws::String>
48 void SetDataSetIdentifier(DataSetIdentifierT&& value) { m_dataSetIdentifierHasBeenSet =
true; m_dataSetIdentifier = std::forward<DataSetIdentifierT>(value); }
49 template<
typename DataSetIdentifierT = Aws::String>
59 template<
typename DataSetParameterNameT = Aws::String>
60 void SetDataSetParameterName(DataSetParameterNameT&& value) { m_dataSetParameterNameHasBeenSet =
true; m_dataSetParameterName = std::forward<DataSetParameterNameT>(value); }
61 template<
typename DataSetParameterNameT = Aws::String>
67 bool m_dataSetIdentifierHasBeenSet =
false;
70 bool m_dataSetParameterNameHasBeenSet =
false;
AWS_QUICKSIGHT_API MappedDataSetParameter(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API MappedDataSetParameter()=default
const Aws::String & GetDataSetIdentifier() const
void SetDataSetIdentifier(DataSetIdentifierT &&value)
bool DataSetIdentifierHasBeenSet() const
const Aws::String & GetDataSetParameterName() const
MappedDataSetParameter & WithDataSetParameterName(DataSetParameterNameT &&value)
void SetDataSetParameterName(DataSetParameterNameT &&value)
AWS_QUICKSIGHT_API MappedDataSetParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DataSetParameterNameHasBeenSet() const
MappedDataSetParameter & WithDataSetIdentifier(DataSetIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue