7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/CrawlState.h>
10#include <aws/glue/model/JobRunState.h>
11#include <aws/glue/model/LogicalOperator.h>
44 m_logicalOperatorHasBeenSet =
true;
45 m_logicalOperator = value;
60 template <
typename JobNameT = Aws::String>
62 m_jobNameHasBeenSet =
true;
63 m_jobName = std::forward<JobNameT>(value);
65 template <
typename JobNameT = Aws::String>
82 m_stateHasBeenSet =
true;
97 template <
typename CrawlerNameT = Aws::String>
99 m_crawlerNameHasBeenSet =
true;
100 m_crawlerName = std::forward<CrawlerNameT>(value);
102 template <
typename CrawlerNameT = Aws::String>
116 m_crawlStateHasBeenSet =
true;
117 m_crawlState = value;
134 bool m_logicalOperatorHasBeenSet =
false;
135 bool m_jobNameHasBeenSet =
false;
136 bool m_stateHasBeenSet =
false;
137 bool m_crawlerNameHasBeenSet =
false;
138 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