AWS SDK for C++

AWS SDK for C++ Version 1.11.847

Loading...
Searching...
No Matches
CertificateOptions.h
1
6#pragma once
7#include <aws/acm/ACM_EXPORTS.h>
8#include <aws/acm/model/CertificateExport.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ACM {
20namespace Model {
21
37 public:
38 AWS_ACM_API CertificateOptions() = default;
42
44
49 inline CertificateExport GetExport() const { return m_export; }
50 inline bool ExportHasBeenSet() const { return m_exportHasBeenSet; }
51 inline void SetExport(CertificateExport value) {
52 m_exportHasBeenSet = true;
53 m_export = value;
54 }
56 SetExport(value);
57 return *this;
58 }
60 private:
62 bool m_exportHasBeenSet = false;
63};
64
65} // namespace Model
66} // namespace ACM
67} // namespace Aws
AWS_ACM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ACM_API CertificateOptions()=default
void SetExport(CertificateExport value)
AWS_ACM_API CertificateOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
CertificateExport GetExport() const
CertificateOptions & WithExport(CertificateExport value)
AWS_ACM_API CertificateOptions(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue