AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ProviderProperties.h
1
6#pragma once
7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/entityresolution/model/IntermediateSourceConfiguration.h>
9#include <aws/core/utils/Document.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace EntityResolution
24{
25namespace Model
26{
27
36 {
37 public:
38 AWS_ENTITYRESOLUTION_API ProviderProperties();
39 AWS_ENTITYRESOLUTION_API ProviderProperties(Aws::Utils::Json::JsonView jsonValue);
40 AWS_ENTITYRESOLUTION_API ProviderProperties& operator=(Aws::Utils::Json::JsonView jsonValue);
41 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
49 inline const IntermediateSourceConfiguration& GetIntermediateSourceConfiguration() const{ return m_intermediateSourceConfiguration; }
50 inline bool IntermediateSourceConfigurationHasBeenSet() const { return m_intermediateSourceConfigurationHasBeenSet; }
51 inline void SetIntermediateSourceConfiguration(const IntermediateSourceConfiguration& value) { m_intermediateSourceConfigurationHasBeenSet = true; m_intermediateSourceConfiguration = value; }
52 inline void SetIntermediateSourceConfiguration(IntermediateSourceConfiguration&& value) { m_intermediateSourceConfigurationHasBeenSet = true; m_intermediateSourceConfiguration = std::move(value); }
56
58
61 inline Aws::Utils::DocumentView GetProviderConfiguration() const{ return m_providerConfiguration; }
62 inline bool ProviderConfigurationHasBeenSet() const { return m_providerConfigurationHasBeenSet; }
63 inline void SetProviderConfiguration(const Aws::Utils::Document& value) { m_providerConfigurationHasBeenSet = true; m_providerConfiguration = value; }
64 inline void SetProviderConfiguration(Aws::Utils::Document&& value) { m_providerConfigurationHasBeenSet = true; m_providerConfiguration = std::move(value); }
68
70
73 inline const Aws::String& GetProviderServiceArn() const{ return m_providerServiceArn; }
74 inline bool ProviderServiceArnHasBeenSet() const { return m_providerServiceArnHasBeenSet; }
75 inline void SetProviderServiceArn(const Aws::String& value) { m_providerServiceArnHasBeenSet = true; m_providerServiceArn = value; }
76 inline void SetProviderServiceArn(Aws::String&& value) { m_providerServiceArnHasBeenSet = true; m_providerServiceArn = std::move(value); }
77 inline void SetProviderServiceArn(const char* value) { m_providerServiceArnHasBeenSet = true; m_providerServiceArn.assign(value); }
78 inline ProviderProperties& WithProviderServiceArn(const Aws::String& value) { SetProviderServiceArn(value); return *this;}
79 inline ProviderProperties& WithProviderServiceArn(Aws::String&& value) { SetProviderServiceArn(std::move(value)); return *this;}
80 inline ProviderProperties& WithProviderServiceArn(const char* value) { SetProviderServiceArn(value); return *this;}
82 private:
83
84 IntermediateSourceConfiguration m_intermediateSourceConfiguration;
85 bool m_intermediateSourceConfigurationHasBeenSet = false;
86
87 Aws::Utils::Document m_providerConfiguration;
88 bool m_providerConfigurationHasBeenSet = false;
89
90 Aws::String m_providerServiceArn;
91 bool m_providerServiceArnHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace EntityResolution
96} // namespace Aws
AWS_ENTITYRESOLUTION_API ProviderProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
ProviderProperties & WithProviderServiceArn(const char *value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetProviderServiceArn(const Aws::String &value)
ProviderProperties & WithIntermediateSourceConfiguration(IntermediateSourceConfiguration &&value)
void SetProviderConfiguration(Aws::Utils::Document &&value)
const IntermediateSourceConfiguration & GetIntermediateSourceConfiguration() const
void SetIntermediateSourceConfiguration(const IntermediateSourceConfiguration &value)
void SetIntermediateSourceConfiguration(IntermediateSourceConfiguration &&value)
ProviderProperties & WithProviderServiceArn(Aws::String &&value)
ProviderProperties & WithIntermediateSourceConfiguration(const IntermediateSourceConfiguration &value)
ProviderProperties & WithProviderServiceArn(const Aws::String &value)
AWS_ENTITYRESOLUTION_API ProviderProperties(Aws::Utils::Json::JsonView jsonValue)
void SetProviderConfiguration(const Aws::Utils::Document &value)
ProviderProperties & WithProviderConfiguration(Aws::Utils::Document &&value)
ProviderProperties & WithProviderConfiguration(const Aws::Utils::Document &value)
Aws::Utils::DocumentView GetProviderConfiguration() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue