7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename DataSetIdentifierT = Aws::String>
43 m_dataSetIdentifierHasBeenSet =
true;
44 m_dataSetIdentifier = std::forward<DataSetIdentifierT>(value);
46 template <
typename DataSetIdentifierT = Aws::String>
59 template <
typename DataSetParameterNameT = Aws::String>
61 m_dataSetParameterNameHasBeenSet =
true;
62 m_dataSetParameterName = std::forward<DataSetParameterNameT>(value);
64 template <
typename DataSetParameterNameT = Aws::String>
74 bool m_dataSetIdentifierHasBeenSet =
false;
75 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