AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
RecrawlPolicy.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/RecrawlBehavior.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
36 {
37 public:
38 AWS_GLUE_API RecrawlPolicy() = default;
42
43
45
54 inline RecrawlBehavior GetRecrawlBehavior() const { return m_recrawlBehavior; }
55 inline bool RecrawlBehaviorHasBeenSet() const { return m_recrawlBehaviorHasBeenSet; }
56 inline void SetRecrawlBehavior(RecrawlBehavior value) { m_recrawlBehaviorHasBeenSet = true; m_recrawlBehavior = value; }
59 private:
60
62 bool m_recrawlBehaviorHasBeenSet = false;
63 };
64
65} // namespace Model
66} // namespace Glue
67} // namespace Aws
RecrawlBehavior GetRecrawlBehavior() const
void SetRecrawlBehavior(RecrawlBehavior value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API RecrawlPolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API RecrawlPolicy()=default
RecrawlPolicy & WithRecrawlBehavior(RecrawlBehavior value)
AWS_GLUE_API RecrawlPolicy(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue