AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
42
43
45
54 inline const RecrawlBehavior& GetRecrawlBehavior() const{ return m_recrawlBehavior; }
55 inline bool RecrawlBehaviorHasBeenSet() const { return m_recrawlBehaviorHasBeenSet; }
56 inline void SetRecrawlBehavior(const RecrawlBehavior& value) { m_recrawlBehaviorHasBeenSet = true; m_recrawlBehavior = value; }
57 inline void SetRecrawlBehavior(RecrawlBehavior&& value) { m_recrawlBehaviorHasBeenSet = true; m_recrawlBehavior = std::move(value); }
58 inline RecrawlPolicy& WithRecrawlBehavior(const RecrawlBehavior& value) { SetRecrawlBehavior(value); return *this;}
59 inline RecrawlPolicy& WithRecrawlBehavior(RecrawlBehavior&& value) { SetRecrawlBehavior(std::move(value)); return *this;}
61 private:
62
63 RecrawlBehavior m_recrawlBehavior;
64 bool m_recrawlBehaviorHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace Glue
69} // namespace Aws
RecrawlPolicy & WithRecrawlBehavior(RecrawlBehavior &&value)
void SetRecrawlBehavior(RecrawlBehavior &&value)
void SetRecrawlBehavior(const RecrawlBehavior &value)
RecrawlPolicy & WithRecrawlBehavior(const RecrawlBehavior &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API RecrawlPolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
const RecrawlBehavior & GetRecrawlBehavior() const
AWS_GLUE_API RecrawlPolicy(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue