AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
CreateIntegrationDetail.h
1
6#pragma once
7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/inspector2/model/CreateGitLabSelfManagedIntegrationDetail.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 Inspector2
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_INSPECTOR2_API CreateIntegrationDetail() = default;
38 AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const CreateGitLabSelfManagedIntegrationDetail& GetGitlabSelfManaged() const { return m_gitlabSelfManaged; }
47 inline bool GitlabSelfManagedHasBeenSet() const { return m_gitlabSelfManagedHasBeenSet; }
48 template<typename GitlabSelfManagedT = CreateGitLabSelfManagedIntegrationDetail>
49 void SetGitlabSelfManaged(GitlabSelfManagedT&& value) { m_gitlabSelfManagedHasBeenSet = true; m_gitlabSelfManaged = std::forward<GitlabSelfManagedT>(value); }
50 template<typename GitlabSelfManagedT = CreateGitLabSelfManagedIntegrationDetail>
51 CreateIntegrationDetail& WithGitlabSelfManaged(GitlabSelfManagedT&& value) { SetGitlabSelfManaged(std::forward<GitlabSelfManagedT>(value)); return *this;}
53 private:
54
56 bool m_gitlabSelfManagedHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace Inspector2
61} // namespace Aws
const CreateGitLabSelfManagedIntegrationDetail & GetGitlabSelfManaged() const
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_INSPECTOR2_API CreateIntegrationDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
CreateIntegrationDetail & WithGitlabSelfManaged(GitlabSelfManagedT &&value)
AWS_INSPECTOR2_API CreateIntegrationDetail(Aws::Utils::Json::JsonView jsonValue)
AWS_INSPECTOR2_API CreateIntegrationDetail()=default
Aws::Utils::Json::JsonValue JsonValue