7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/LogicalOperator.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/JobRunState.h>
11#include <aws/glue/model/CrawlState.h>
60 template<
typename JobNameT = Aws::String>
61 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
62 template<
typename JobNameT = Aws::String>
85 template<
typename CrawlerNameT = Aws::String>
86 void SetCrawlerName(CrawlerNameT&& value) { m_crawlerNameHasBeenSet =
true; m_crawlerName = std::forward<CrawlerNameT>(value); }
87 template<
typename CrawlerNameT = Aws::String>
103 bool m_logicalOperatorHasBeenSet =
false;
106 bool m_jobNameHasBeenSet =
false;
109 bool m_stateHasBeenSet =
false;
112 bool m_crawlerNameHasBeenSet =
false;
115 bool m_crawlStateHasBeenSet =
false;
const Aws::String & GetJobName() const
bool LogicalOperatorHasBeenSet() const
CrawlState GetCrawlState() const
void SetCrawlState(CrawlState value)
Condition & WithCrawlerName(CrawlerNameT &&value)
Condition & WithLogicalOperator(LogicalOperator value)
AWS_GLUE_API Condition()=default
Condition & WithCrawlState(CrawlState value)
bool CrawlerNameHasBeenSet() const
void SetLogicalOperator(LogicalOperator value)
LogicalOperator GetLogicalOperator() const
void SetState(JobRunState value)
bool JobNameHasBeenSet() const
Condition & WithJobName(JobNameT &&value)
void SetJobName(JobNameT &&value)
bool StateHasBeenSet() const
bool CrawlStateHasBeenSet() const
JobRunState GetState() const
const Aws::String & GetCrawlerName() const
AWS_GLUE_API Condition & operator=(Aws::Utils::Json::JsonView jsonValue)
Condition & WithState(JobRunState value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API Condition(Aws::Utils::Json::JsonView jsonValue)
void SetCrawlerName(CrawlerNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue