AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
LineageConfiguration.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/CrawlerLineageSettings.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 Glue
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_GLUE_API LineageConfiguration() = default;
39
40
42
47 inline CrawlerLineageSettings GetCrawlerLineageSettings() const { return m_crawlerLineageSettings; }
48 inline bool CrawlerLineageSettingsHasBeenSet() const { return m_crawlerLineageSettingsHasBeenSet; }
49 inline void SetCrawlerLineageSettings(CrawlerLineageSettings value) { m_crawlerLineageSettingsHasBeenSet = true; m_crawlerLineageSettings = value; }
52 private:
53
55 bool m_crawlerLineageSettingsHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace Glue
60} // namespace Aws
AWS_GLUE_API LineageConfiguration()=default
AWS_GLUE_API LineageConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
LineageConfiguration & WithCrawlerLineageSettings(CrawlerLineageSettings value)
CrawlerLineageSettings GetCrawlerLineageSettings() const
AWS_GLUE_API LineageConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCrawlerLineageSettings(CrawlerLineageSettings value)
Aws::Utils::Json::JsonValue JsonValue