AWS SDK for C++

AWS SDK for C++ Version 1.11.750

Loading...
Searching...
No Matches
ProviderEndpointConfiguration.h
1
6#pragma once
7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/entityresolution/model/ProviderMarketplaceConfiguration.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 ProviderEndpointConfiguration() = default;
31 AWS_ENTITYRESOLUTION_API ProviderEndpointConfiguration(Aws::Utils::Json::JsonView jsonValue);
33 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const ProviderMarketplaceConfiguration& GetMarketplaceConfiguration() const { return m_marketplaceConfiguration; }
40 inline bool MarketplaceConfigurationHasBeenSet() const { return m_marketplaceConfigurationHasBeenSet; }
41 template <typename MarketplaceConfigurationT = ProviderMarketplaceConfiguration>
42 void SetMarketplaceConfiguration(MarketplaceConfigurationT&& value) {
43 m_marketplaceConfigurationHasBeenSet = true;
44 m_marketplaceConfiguration = std::forward<MarketplaceConfigurationT>(value);
45 }
46 template <typename MarketplaceConfigurationT = ProviderMarketplaceConfiguration>
47 ProviderEndpointConfiguration& WithMarketplaceConfiguration(MarketplaceConfigurationT&& value) {
48 SetMarketplaceConfiguration(std::forward<MarketplaceConfigurationT>(value));
49 return *this;
50 }
52 private:
53 ProviderMarketplaceConfiguration m_marketplaceConfiguration;
54 bool m_marketplaceConfigurationHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace EntityResolution
59} // namespace Aws
AWS_ENTITYRESOLUTION_API ProviderEndpointConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ProviderEndpointConfiguration & WithMarketplaceConfiguration(MarketplaceConfigurationT &&value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
const ProviderMarketplaceConfiguration & GetMarketplaceConfiguration() const
AWS_ENTITYRESOLUTION_API ProviderEndpointConfiguration()=default
AWS_ENTITYRESOLUTION_API ProviderEndpointConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue