AWS SDK for C++

AWS SDK for C++ Version 1.11.750

Loading...
Searching...
No Matches
IdMappingIncrementalRunConfig.h
1
6#pragma once
7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/entityresolution/model/IdMappingIncrementalRunType.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace EntityResolution {
20namespace Model {
21
29 public:
30 AWS_ENTITYRESOLUTION_API IdMappingIncrementalRunConfig() = default;
31 AWS_ENTITYRESOLUTION_API IdMappingIncrementalRunConfig(Aws::Utils::Json::JsonView jsonValue);
33 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
41 inline IdMappingIncrementalRunType GetIncrementalRunType() const { return m_incrementalRunType; }
42 inline bool IncrementalRunTypeHasBeenSet() const { return m_incrementalRunTypeHasBeenSet; }
44 m_incrementalRunTypeHasBeenSet = true;
45 m_incrementalRunType = value;
46 }
49 return *this;
50 }
52 private:
54 bool m_incrementalRunTypeHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace EntityResolution
59} // namespace Aws
IdMappingIncrementalRunConfig & WithIncrementalRunType(IdMappingIncrementalRunType value)
AWS_ENTITYRESOLUTION_API IdMappingIncrementalRunConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API IdMappingIncrementalRunConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ENTITYRESOLUTION_API IdMappingIncrementalRunConfig()=default
Aws::Utils::Json::JsonValue JsonValue