AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BigQueryParameters.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace QuickSight
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_QUICKSIGHT_API BigQueryParameters();
36 AWS_QUICKSIGHT_API BigQueryParameters(Aws::Utils::Json::JsonView jsonValue);
38 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetProjectId() const{ return m_projectId; }
46 inline bool ProjectIdHasBeenSet() const { return m_projectIdHasBeenSet; }
47 inline void SetProjectId(const Aws::String& value) { m_projectIdHasBeenSet = true; m_projectId = value; }
48 inline void SetProjectId(Aws::String&& value) { m_projectIdHasBeenSet = true; m_projectId = std::move(value); }
49 inline void SetProjectId(const char* value) { m_projectIdHasBeenSet = true; m_projectId.assign(value); }
50 inline BigQueryParameters& WithProjectId(const Aws::String& value) { SetProjectId(value); return *this;}
51 inline BigQueryParameters& WithProjectId(Aws::String&& value) { SetProjectId(std::move(value)); return *this;}
52 inline BigQueryParameters& WithProjectId(const char* value) { SetProjectId(value); return *this;}
54
56
59 inline const Aws::String& GetDataSetRegion() const{ return m_dataSetRegion; }
60 inline bool DataSetRegionHasBeenSet() const { return m_dataSetRegionHasBeenSet; }
61 inline void SetDataSetRegion(const Aws::String& value) { m_dataSetRegionHasBeenSet = true; m_dataSetRegion = value; }
62 inline void SetDataSetRegion(Aws::String&& value) { m_dataSetRegionHasBeenSet = true; m_dataSetRegion = std::move(value); }
63 inline void SetDataSetRegion(const char* value) { m_dataSetRegionHasBeenSet = true; m_dataSetRegion.assign(value); }
64 inline BigQueryParameters& WithDataSetRegion(const Aws::String& value) { SetDataSetRegion(value); return *this;}
65 inline BigQueryParameters& WithDataSetRegion(Aws::String&& value) { SetDataSetRegion(std::move(value)); return *this;}
66 inline BigQueryParameters& WithDataSetRegion(const char* value) { SetDataSetRegion(value); return *this;}
68 private:
69
70 Aws::String m_projectId;
71 bool m_projectIdHasBeenSet = false;
72
73 Aws::String m_dataSetRegion;
74 bool m_dataSetRegionHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace QuickSight
79} // namespace Aws
AWS_QUICKSIGHT_API BigQueryParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API BigQueryParameters(Aws::Utils::Json::JsonView jsonValue)
BigQueryParameters & WithDataSetRegion(Aws::String &&value)
void SetProjectId(const Aws::String &value)
BigQueryParameters & WithProjectId(const char *value)
BigQueryParameters & WithDataSetRegion(const Aws::String &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
BigQueryParameters & WithProjectId(const Aws::String &value)
BigQueryParameters & WithProjectId(Aws::String &&value)
BigQueryParameters & WithDataSetRegion(const char *value)
void SetDataSetRegion(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue