AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ApplicationSourceConfig.h
1
6#pragma once
7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/appintegrations/model/ExternalUrlConfig.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 AppIntegrationsService
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_APPINTEGRATIONSSERVICE_API ApplicationSourceConfig() = default;
36 AWS_APPINTEGRATIONSSERVICE_API ApplicationSourceConfig(Aws::Utils::Json::JsonView jsonValue);
37 AWS_APPINTEGRATIONSSERVICE_API ApplicationSourceConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_APPINTEGRATIONSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const ExternalUrlConfig& GetExternalUrlConfig() const { return m_externalUrlConfig; }
46 inline bool ExternalUrlConfigHasBeenSet() const { return m_externalUrlConfigHasBeenSet; }
47 template<typename ExternalUrlConfigT = ExternalUrlConfig>
48 void SetExternalUrlConfig(ExternalUrlConfigT&& value) { m_externalUrlConfigHasBeenSet = true; m_externalUrlConfig = std::forward<ExternalUrlConfigT>(value); }
49 template<typename ExternalUrlConfigT = ExternalUrlConfig>
50 ApplicationSourceConfig& WithExternalUrlConfig(ExternalUrlConfigT&& value) { SetExternalUrlConfig(std::forward<ExternalUrlConfigT>(value)); return *this;}
52 private:
53
54 ExternalUrlConfig m_externalUrlConfig;
55 bool m_externalUrlConfigHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace AppIntegrationsService
60} // namespace Aws
ApplicationSourceConfig & WithExternalUrlConfig(ExternalUrlConfigT &&value)
AWS_APPINTEGRATIONSSERVICE_API ApplicationSourceConfig()=default
AWS_APPINTEGRATIONSSERVICE_API ApplicationSourceConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_APPINTEGRATIONSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPINTEGRATIONSSERVICE_API ApplicationSourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue