AWS SDK for C++

AWS SDK for C++ Version 1.11.754

Loading...
Searching...
No Matches
ConformancePackComplianceSummary.h
1
6#pragma once
7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/ConformancePackComplianceType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace ConfigService {
21namespace Model {
22
30 public:
31 AWS_CONFIGSERVICE_API ConformancePackComplianceSummary() = default;
34 AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const Aws::String& GetConformancePackName() const { return m_conformancePackName; }
41 inline bool ConformancePackNameHasBeenSet() const { return m_conformancePackNameHasBeenSet; }
42 template <typename ConformancePackNameT = Aws::String>
43 void SetConformancePackName(ConformancePackNameT&& value) {
44 m_conformancePackNameHasBeenSet = true;
45 m_conformancePackName = std::forward<ConformancePackNameT>(value);
46 }
47 template <typename ConformancePackNameT = Aws::String>
49 SetConformancePackName(std::forward<ConformancePackNameT>(value));
50 return *this;
51 }
53
55
58 inline ConformancePackComplianceType GetConformancePackComplianceStatus() const { return m_conformancePackComplianceStatus; }
59 inline bool ConformancePackComplianceStatusHasBeenSet() const { return m_conformancePackComplianceStatusHasBeenSet; }
61 m_conformancePackComplianceStatusHasBeenSet = true;
62 m_conformancePackComplianceStatus = value;
63 }
66 return *this;
67 }
69 private:
70 Aws::String m_conformancePackName;
71
73 bool m_conformancePackNameHasBeenSet = false;
74 bool m_conformancePackComplianceStatusHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace ConfigService
79} // 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