AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
InputSource.h
1
6#pragma once
7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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 EntityResolution
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_ENTITYRESOLUTION_API InputSource();
36 AWS_ENTITYRESOLUTION_API InputSource(Aws::Utils::Json::JsonView jsonValue);
37 AWS_ENTITYRESOLUTION_API InputSource& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
49 inline bool GetApplyNormalization() const{ return m_applyNormalization; }
50 inline bool ApplyNormalizationHasBeenSet() const { return m_applyNormalizationHasBeenSet; }
51 inline void SetApplyNormalization(bool value) { m_applyNormalizationHasBeenSet = true; m_applyNormalization = value; }
52 inline InputSource& WithApplyNormalization(bool value) { SetApplyNormalization(value); return *this;}
54
56
59 inline const Aws::String& GetInputSourceARN() const{ return m_inputSourceARN; }
60 inline bool InputSourceARNHasBeenSet() const { return m_inputSourceARNHasBeenSet; }
61 inline void SetInputSourceARN(const Aws::String& value) { m_inputSourceARNHasBeenSet = true; m_inputSourceARN = value; }
62 inline void SetInputSourceARN(Aws::String&& value) { m_inputSourceARNHasBeenSet = true; m_inputSourceARN = std::move(value); }
63 inline void SetInputSourceARN(const char* value) { m_inputSourceARNHasBeenSet = true; m_inputSourceARN.assign(value); }
64 inline InputSource& WithInputSourceARN(const Aws::String& value) { SetInputSourceARN(value); return *this;}
65 inline InputSource& WithInputSourceARN(Aws::String&& value) { SetInputSourceARN(std::move(value)); return *this;}
66 inline InputSource& WithInputSourceARN(const char* value) { SetInputSourceARN(value); return *this;}
68
70
73 inline const Aws::String& GetSchemaName() const{ return m_schemaName; }
74 inline bool SchemaNameHasBeenSet() const { return m_schemaNameHasBeenSet; }
75 inline void SetSchemaName(const Aws::String& value) { m_schemaNameHasBeenSet = true; m_schemaName = value; }
76 inline void SetSchemaName(Aws::String&& value) { m_schemaNameHasBeenSet = true; m_schemaName = std::move(value); }
77 inline void SetSchemaName(const char* value) { m_schemaNameHasBeenSet = true; m_schemaName.assign(value); }
78 inline InputSource& WithSchemaName(const Aws::String& value) { SetSchemaName(value); return *this;}
79 inline InputSource& WithSchemaName(Aws::String&& value) { SetSchemaName(std::move(value)); return *this;}
80 inline InputSource& WithSchemaName(const char* value) { SetSchemaName(value); return *this;}
82 private:
83
84 bool m_applyNormalization;
85 bool m_applyNormalizationHasBeenSet = false;
86
87 Aws::String m_inputSourceARN;
88 bool m_inputSourceARNHasBeenSet = false;
89
90 Aws::String m_schemaName;
91 bool m_schemaNameHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace EntityResolution
96} // namespace Aws
void SetSchemaName(const char *value)
Definition InputSource.h:77
void SetSchemaName(const Aws::String &value)
Definition InputSource.h:75
InputSource & WithSchemaName(const Aws::String &value)
Definition InputSource.h:78
InputSource & WithSchemaName(const char *value)
Definition InputSource.h:80
AWS_ENTITYRESOLUTION_API InputSource()
void SetInputSourceARN(Aws::String &&value)
Definition InputSource.h:62
const Aws::String & GetSchemaName() const
Definition InputSource.h:73
InputSource & WithInputSourceARN(Aws::String &&value)
Definition InputSource.h:65
void SetSchemaName(Aws::String &&value)
Definition InputSource.h:76
InputSource & WithApplyNormalization(bool value)
Definition InputSource.h:52
InputSource & WithInputSourceARN(const Aws::String &value)
Definition InputSource.h:64
void SetInputSourceARN(const Aws::String &value)
Definition InputSource.h:61
InputSource & WithInputSourceARN(const char *value)
Definition InputSource.h:66
AWS_ENTITYRESOLUTION_API InputSource & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetInputSourceARN() const
Definition InputSource.h:59
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
InputSource & WithSchemaName(Aws::String &&value)
Definition InputSource.h:79
AWS_ENTITYRESOLUTION_API InputSource(Aws::Utils::Json::JsonView jsonValue)
void SetInputSourceARN(const char *value)
Definition InputSource.h:63
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue