7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename ProjectIdT = Aws::String>
43 m_projectIdHasBeenSet =
true;
44 m_projectId = std::forward<ProjectIdT>(value);
46 template <
typename ProjectIdT = Aws::String>
59 template <
typename DataSetRegionT = Aws::String>
61 m_dataSetRegionHasBeenSet =
true;
62 m_dataSetRegion = std::forward<DataSetRegionT>(value);
64 template <
typename DataSetRegionT = Aws::String>
74 bool m_projectIdHasBeenSet =
false;
75 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