AWS SDK for C++

AWS SDK for C++ Version 1.11.766

Loading...
Searching...
No Matches
CodeSigningCertificateChain.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace IoT {
20namespace Model {
21
29 public:
30 AWS_IOT_API CodeSigningCertificateChain() = default;
34
36
39 inline const Aws::String& GetCertificateName() const { return m_certificateName; }
40 inline bool CertificateNameHasBeenSet() const { return m_certificateNameHasBeenSet; }
41 template <typename CertificateNameT = Aws::String>
42 void SetCertificateName(CertificateNameT&& value) {
43 m_certificateNameHasBeenSet = true;
44 m_certificateName = std::forward<CertificateNameT>(value);
45 }
46 template <typename CertificateNameT = Aws::String>
48 SetCertificateName(std::forward<CertificateNameT>(value));
49 return *this;
50 }
52
54
58 inline const Aws::String& GetInlineDocument() const { return m_inlineDocument; }
59 inline bool InlineDocumentHasBeenSet() const { return m_inlineDocumentHasBeenSet; }
60 template <typename InlineDocumentT = Aws::String>
61 void SetInlineDocument(InlineDocumentT&& value) {
62 m_inlineDocumentHasBeenSet = true;
63 m_inlineDocument = std::forward<InlineDocumentT>(value);
64 }
65 template <typename InlineDocumentT = Aws::String>
67 SetInlineDocument(std::forward<InlineDocumentT>(value));
68 return *this;
69 }
71 private:
72 Aws::String m_certificateName;
73
74 Aws::String m_inlineDocument;
75 bool m_certificateNameHasBeenSet = false;
76 bool m_inlineDocumentHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace IoT
81} // namespace Aws
AWS_IOT_API CodeSigningCertificateChain & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API CodeSigningCertificateChain(Aws::Utils::Json::JsonView jsonValue)
CodeSigningCertificateChain & WithInlineDocument(InlineDocumentT &&value)
AWS_IOT_API CodeSigningCertificateChain()=default
CodeSigningCertificateChain & WithCertificateName(CertificateNameT &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue