AWS SDK for C++

AWS SDK for C++ Version 1.11.716

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Glue {
20namespace Model {
21
29 public:
30 AWS_GLUE_API LineageConfiguration() = default;
34
36
41 inline CrawlerLineageSettings GetCrawlerLineageSettings() const { return m_crawlerLineageSettings; }
42 inline bool CrawlerLineageSettingsHasBeenSet() const { return m_crawlerLineageSettingsHasBeenSet; }
44 m_crawlerLineageSettingsHasBeenSet = true;
45 m_crawlerLineageSettings = value;
46 }
49 return *this;
50 }
52 private:
54 bool m_crawlerLineageSettingsHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace Glue
59} // 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