AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
IdMappingWorkflowInputSource.h
1
6#pragma once
7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/entityresolution/model/IdNamespaceType.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace EntityResolution
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_ENTITYRESOLUTION_API IdMappingWorkflowInputSource() = default;
37 AWS_ENTITYRESOLUTION_API IdMappingWorkflowInputSource(Aws::Utils::Json::JsonView jsonValue);
39 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::String& GetInputSourceARN() const { return m_inputSourceARN; }
48 inline bool InputSourceARNHasBeenSet() const { return m_inputSourceARNHasBeenSet; }
49 template<typename InputSourceARNT = Aws::String>
50 void SetInputSourceARN(InputSourceARNT&& value) { m_inputSourceARNHasBeenSet = true; m_inputSourceARN = std::forward<InputSourceARNT>(value); }
51 template<typename InputSourceARNT = Aws::String>
52 IdMappingWorkflowInputSource& WithInputSourceARN(InputSourceARNT&& value) { SetInputSourceARN(std::forward<InputSourceARNT>(value)); return *this;}
54
56
59 inline const Aws::String& GetSchemaName() const { return m_schemaName; }
60 inline bool SchemaNameHasBeenSet() const { return m_schemaNameHasBeenSet; }
61 template<typename SchemaNameT = Aws::String>
62 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet = true; m_schemaName = std::forward<SchemaNameT>(value); }
63 template<typename SchemaNameT = Aws::String>
64 IdMappingWorkflowInputSource& WithSchemaName(SchemaNameT&& value) { SetSchemaName(std::forward<SchemaNameT>(value)); return *this;}
66
68
75 inline IdNamespaceType GetType() const { return m_type; }
76 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
77 inline void SetType(IdNamespaceType value) { m_typeHasBeenSet = true; m_type = value; }
78 inline IdMappingWorkflowInputSource& WithType(IdNamespaceType value) { SetType(value); return *this;}
80 private:
81
82 Aws::String m_inputSourceARN;
83 bool m_inputSourceARNHasBeenSet = false;
84
85 Aws::String m_schemaName;
86 bool m_schemaNameHasBeenSet = false;
87
89 bool m_typeHasBeenSet = false;
90 };
91
92} // namespace Model
93} // namespace EntityResolution
94} // namespace Aws
AWS_ENTITYRESOLUTION_API IdMappingWorkflowInputSource(Aws::Utils::Json::JsonView jsonValue)
IdMappingWorkflowInputSource & WithSchemaName(SchemaNameT &&value)
AWS_ENTITYRESOLUTION_API IdMappingWorkflowInputSource & operator=(Aws::Utils::Json::JsonView jsonValue)
IdMappingWorkflowInputSource & WithInputSourceARN(InputSourceARNT &&value)
AWS_ENTITYRESOLUTION_API IdMappingWorkflowInputSource()=default
IdMappingWorkflowInputSource & WithType(IdNamespaceType value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue