AWS SDK for C++

AWS SDK for C++ Version 1.11.845

Loading...
Searching...
No Matches
BitbucketResourceCapabilities.h
1
6#pragma once
7#include <aws/securityagent/SecurityAgent_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace SecurityAgent {
17namespace Model {
18
26 public:
27 AWS_SECURITYAGENT_API BitbucketResourceCapabilities() = default;
30 AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline bool GetLeaveComments() const { return m_leaveComments; }
37 inline bool LeaveCommentsHasBeenSet() const { return m_leaveCommentsHasBeenSet; }
38 inline void SetLeaveComments(bool value) {
39 m_leaveCommentsHasBeenSet = true;
40 m_leaveComments = value;
41 }
43 SetLeaveComments(value);
44 return *this;
45 }
47
49
52 inline bool GetRemediateCode() const { return m_remediateCode; }
53 inline bool RemediateCodeHasBeenSet() const { return m_remediateCodeHasBeenSet; }
54 inline void SetRemediateCode(bool value) {
55 m_remediateCodeHasBeenSet = true;
56 m_remediateCode = value;
57 }
59 SetRemediateCode(value);
60 return *this;
61 }
63 private:
64 bool m_leaveComments{false};
65
66 bool m_remediateCode{false};
67 bool m_leaveCommentsHasBeenSet = false;
68 bool m_remediateCodeHasBeenSet = false;
69};
70
71} // namespace Model
72} // namespace SecurityAgent
73} // namespace Aws
AWS_SECURITYAGENT_API BitbucketResourceCapabilities()=default
AWS_SECURITYAGENT_API BitbucketResourceCapabilities(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYAGENT_API BitbucketResourceCapabilities & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue