AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
CertificateOptions.h
1
6#pragma once
7#include <aws/acm/ACM_EXPORTS.h>
8#include <aws/acm/model/CertificateTransparencyLoggingPreference.h>
9#include <aws/acm/model/CertificateExport.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 ACM
23{
24namespace Model
25{
26
45 {
46 public:
47 AWS_ACM_API CertificateOptions() = default;
51
52
54
58 inline CertificateTransparencyLoggingPreference GetCertificateTransparencyLoggingPreference() const { return m_certificateTransparencyLoggingPreference; }
59 inline bool CertificateTransparencyLoggingPreferenceHasBeenSet() const { return m_certificateTransparencyLoggingPreferenceHasBeenSet; }
60 inline void SetCertificateTransparencyLoggingPreference(CertificateTransparencyLoggingPreference value) { m_certificateTransparencyLoggingPreferenceHasBeenSet = true; m_certificateTransparencyLoggingPreference = value; }
63
65
69 inline CertificateExport GetExport() const { return m_export; }
70 inline bool ExportHasBeenSet() const { return m_exportHasBeenSet; }
71 inline void SetExport(CertificateExport value) { m_exportHasBeenSet = true; m_export = value; }
72 inline CertificateOptions& WithExport(CertificateExport value) { SetExport(value); return *this;}
74 private:
75
77 bool m_certificateTransparencyLoggingPreferenceHasBeenSet = false;
78
80 bool m_exportHasBeenSet = false;
81 };
82
83} // namespace Model
84} // namespace ACM
85} // namespace Aws
AWS_ACM_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCertificateTransparencyLoggingPreference(CertificateTransparencyLoggingPreference value)
AWS_ACM_API CertificateOptions()=default
CertificateOptions & WithCertificateTransparencyLoggingPreference(CertificateTransparencyLoggingPreference value)
void SetExport(CertificateExport value)
AWS_ACM_API CertificateOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
CertificateExport GetExport() const
bool CertificateTransparencyLoggingPreferenceHasBeenSet() const
CertificateOptions & WithExport(CertificateExport value)
AWS_ACM_API CertificateOptions(Aws::Utils::Json::JsonView jsonValue)
CertificateTransparencyLoggingPreference GetCertificateTransparencyLoggingPreference() const
Aws::Utils::Json::JsonValue JsonValue