AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
ConformancePackComplianceSummary.h
1
6#pragma once
7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/config/model/ConformancePackComplianceType.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace ConfigService
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_CONFIGSERVICE_API ConformancePackComplianceSummary() = default;
39 AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetConformancePackName() const { return m_conformancePackName; }
47 inline bool ConformancePackNameHasBeenSet() const { return m_conformancePackNameHasBeenSet; }
48 template<typename ConformancePackNameT = Aws::String>
49 void SetConformancePackName(ConformancePackNameT&& value) { m_conformancePackNameHasBeenSet = true; m_conformancePackName = std::forward<ConformancePackNameT>(value); }
50 template<typename ConformancePackNameT = Aws::String>
51 ConformancePackComplianceSummary& WithConformancePackName(ConformancePackNameT&& value) { SetConformancePackName(std::forward<ConformancePackNameT>(value)); return *this;}
53
55
58 inline ConformancePackComplianceType GetConformancePackComplianceStatus() const { return m_conformancePackComplianceStatus; }
59 inline bool ConformancePackComplianceStatusHasBeenSet() const { return m_conformancePackComplianceStatusHasBeenSet; }
60 inline void SetConformancePackComplianceStatus(ConformancePackComplianceType value) { m_conformancePackComplianceStatusHasBeenSet = true; m_conformancePackComplianceStatus = value; }
63 private:
64
65 Aws::String m_conformancePackName;
66 bool m_conformancePackNameHasBeenSet = false;
67
69 bool m_conformancePackComplianceStatusHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace ConfigService
74} // namespace Aws
ConformancePackComplianceSummary & WithConformancePackName(ConformancePackNameT &&value)
AWS_CONFIGSERVICE_API ConformancePackComplianceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ConformancePackComplianceSummary & WithConformancePackComplianceStatus(ConformancePackComplianceType value)
AWS_CONFIGSERVICE_API ConformancePackComplianceSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_CONFIGSERVICE_API ConformancePackComplianceSummary()=default
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue