AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ServerCertificateConfig.h
1
6#pragma once
7#include <aws/iot/IoT_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace IoT
20{
21namespace Model
22{
23
30 {
31 public:
36
37
39
47 inline bool GetEnableOCSPCheck() const{ return m_enableOCSPCheck; }
48 inline bool EnableOCSPCheckHasBeenSet() const { return m_enableOCSPCheckHasBeenSet; }
49 inline void SetEnableOCSPCheck(bool value) { m_enableOCSPCheckHasBeenSet = true; m_enableOCSPCheck = value; }
50 inline ServerCertificateConfig& WithEnableOCSPCheck(bool value) { SetEnableOCSPCheck(value); return *this;}
52 private:
53
54 bool m_enableOCSPCheck;
55 bool m_enableOCSPCheckHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace IoT
60} // namespace Aws
AWS_IOT_API ServerCertificateConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
ServerCertificateConfig & WithEnableOCSPCheck(bool value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOT_API ServerCertificateConfig(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue