AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
GitSubmodulesConfig.h
1
6#pragma once
7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace CodeBuild {
17namespace Model {
18
26 public:
27 AWS_CODEBUILD_API GitSubmodulesConfig() = default;
28 AWS_CODEBUILD_API GitSubmodulesConfig(Aws::Utils::Json::JsonView jsonValue);
30 AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline bool GetFetchSubmodules() const { return m_fetchSubmodules; }
37 inline bool FetchSubmodulesHasBeenSet() const { return m_fetchSubmodulesHasBeenSet; }
38 inline void SetFetchSubmodules(bool value) {
39 m_fetchSubmodulesHasBeenSet = true;
40 m_fetchSubmodules = value;
41 }
43 SetFetchSubmodules(value);
44 return *this;
45 }
47 private:
48 bool m_fetchSubmodules{false};
49 bool m_fetchSubmodulesHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace CodeBuild
54} // namespace Aws
AWS_CODEBUILD_API GitSubmodulesConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
GitSubmodulesConfig & WithFetchSubmodules(bool value)
AWS_CODEBUILD_API GitSubmodulesConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEBUILD_API GitSubmodulesConfig()=default
Aws::Utils::Json::JsonValue JsonValue