AWS SDK for C++

AWS SDK for C++ Version 1.11.748

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Inspector2 {
20namespace Model {
21
29 public:
30 AWS_INSPECTOR2_API CreateIntegrationDetail() = default;
33 AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const CreateGitLabSelfManagedIntegrationDetail& GetGitlabSelfManaged() const { return m_gitlabSelfManaged; }
41 inline bool GitlabSelfManagedHasBeenSet() const { return m_gitlabSelfManagedHasBeenSet; }
42 template <typename GitlabSelfManagedT = CreateGitLabSelfManagedIntegrationDetail>
43 void SetGitlabSelfManaged(GitlabSelfManagedT&& value) {
44 m_gitlabSelfManagedHasBeenSet = true;
45 m_gitlabSelfManaged = std::forward<GitlabSelfManagedT>(value);
46 }
47 template <typename GitlabSelfManagedT = CreateGitLabSelfManagedIntegrationDetail>
48 CreateIntegrationDetail& WithGitlabSelfManaged(GitlabSelfManagedT&& value) {
49 SetGitlabSelfManaged(std::forward<GitlabSelfManagedT>(value));
50 return *this;
51 }
53 private:
55 bool m_gitlabSelfManagedHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace Inspector2
60} // 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