7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ProjectIdT = Aws::String>
48 void SetProjectId(ProjectIdT&& value) { m_projectIdHasBeenSet =
true; m_projectId = std::forward<ProjectIdT>(value); }
49 template<
typename ProjectIdT = Aws::String>
59 template<
typename DataSetRegionT = Aws::String>
60 void SetDataSetRegion(DataSetRegionT&& value) { m_dataSetRegionHasBeenSet =
true; m_dataSetRegion = std::forward<DataSetRegionT>(value); }
61 template<
typename DataSetRegionT = Aws::String>
67 bool m_projectIdHasBeenSet =
false;
70 bool m_dataSetRegionHasBeenSet =
false;
AWS_QUICKSIGHT_API BigQueryParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
BigQueryParameters & WithProjectId(ProjectIdT &&value)
AWS_QUICKSIGHT_API BigQueryParameters(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetProjectId() const
const Aws::String & GetDataSetRegion() const
BigQueryParameters & WithDataSetRegion(DataSetRegionT &&value)
void SetProjectId(ProjectIdT &&value)
bool DataSetRegionHasBeenSet() const
bool ProjectIdHasBeenSet() const
void SetDataSetRegion(DataSetRegionT &&value)
AWS_QUICKSIGHT_API BigQueryParameters()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue