AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
ManagedSourceConfiguration.h
1
6#pragma once
7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/qconnect/model/WebCrawlerConfiguration.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QConnect {
20namespace Model {
21
28 public:
29 AWS_QCONNECT_API ManagedSourceConfiguration() = default;
32 AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const WebCrawlerConfiguration& GetWebCrawlerConfiguration() const { return m_webCrawlerConfiguration; }
39 inline bool WebCrawlerConfigurationHasBeenSet() const { return m_webCrawlerConfigurationHasBeenSet; }
40 template <typename WebCrawlerConfigurationT = WebCrawlerConfiguration>
42 m_webCrawlerConfigurationHasBeenSet = true;
43 m_webCrawlerConfiguration = std::forward<WebCrawlerConfigurationT>(value);
44 }
45 template <typename WebCrawlerConfigurationT = WebCrawlerConfiguration>
47 SetWebCrawlerConfiguration(std::forward<WebCrawlerConfigurationT>(value));
48 return *this;
49 }
51 private:
52 WebCrawlerConfiguration m_webCrawlerConfiguration;
53 bool m_webCrawlerConfigurationHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace QConnect
58} // namespace Aws
AWS_QCONNECT_API ManagedSourceConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetWebCrawlerConfiguration(WebCrawlerConfigurationT &&value)
const WebCrawlerConfiguration & GetWebCrawlerConfiguration() const
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
ManagedSourceConfiguration & WithWebCrawlerConfiguration(WebCrawlerConfigurationT &&value)
AWS_QCONNECT_API ManagedSourceConfiguration()=default
AWS_QCONNECT_API ManagedSourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue