7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetDataSetPlaceholder(
const char* value) { m_dataSetPlaceholderHasBeenSet =
true; m_dataSetPlaceholder.assign(value); }
62 inline void SetDataSetArn(
const char* value) { m_dataSetArnHasBeenSet =
true; m_dataSetArn.assign(value); }
70 bool m_dataSetPlaceholderHasBeenSet =
false;
73 bool m_dataSetArnHasBeenSet =
false;
void SetDataSetArn(const Aws::String &value)
const Aws::String & GetDataSetPlaceholder() const
void SetDataSetArn(Aws::String &&value)
void SetDataSetArn(const char *value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
DataSetReference & WithDataSetArn(const Aws::String &value)
DataSetReference & WithDataSetArn(const char *value)
AWS_QUICKSIGHT_API DataSetReference()
bool DataSetPlaceholderHasBeenSet() const
AWS_QUICKSIGHT_API DataSetReference & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDataSetPlaceholder(Aws::String &&value)
void SetDataSetPlaceholder(const char *value)
DataSetReference & WithDataSetArn(Aws::String &&value)
bool DataSetArnHasBeenSet() const
const Aws::String & GetDataSetArn() const
DataSetReference & WithDataSetPlaceholder(const char *value)
void SetDataSetPlaceholder(const Aws::String &value)
AWS_QUICKSIGHT_API DataSetReference(Aws::Utils::Json::JsonView jsonValue)
DataSetReference & WithDataSetPlaceholder(Aws::String &&value)
DataSetReference & WithDataSetPlaceholder(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue