7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
40 template <
typename DataSetPlaceholderT = Aws::String>
42 m_dataSetPlaceholderHasBeenSet =
true;
43 m_dataSetPlaceholder = std::forward<DataSetPlaceholderT>(value);
45 template <
typename DataSetPlaceholderT = Aws::String>
58 template <
typename DataSetArnT = Aws::String>
60 m_dataSetArnHasBeenSet =
true;
61 m_dataSetArn = std::forward<DataSetArnT>(value);
63 template <
typename DataSetArnT = Aws::String>
73 bool m_dataSetPlaceholderHasBeenSet =
false;
74 bool m_dataSetArnHasBeenSet =
false;
const Aws::String & GetDataSetPlaceholder() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
DataSetReference & WithDataSetPlaceholder(DataSetPlaceholderT &&value)
bool DataSetPlaceholderHasBeenSet() const
AWS_QUICKSIGHT_API DataSetReference & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDataSetArn(DataSetArnT &&value)
AWS_QUICKSIGHT_API DataSetReference()=default
bool DataSetArnHasBeenSet() const
const Aws::String & GetDataSetArn() const
void SetDataSetPlaceholder(DataSetPlaceholderT &&value)
AWS_QUICKSIGHT_API DataSetReference(Aws::Utils::Json::JsonView jsonValue)
DataSetReference & WithDataSetArn(DataSetArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue