AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
CodeSigningCertificateChain.h
1
6#pragma once
7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace IoT
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_IOT_API CodeSigningCertificateChain() = default;
39
40
42
45 inline const Aws::String& GetCertificateName() const { return m_certificateName; }
46 inline bool CertificateNameHasBeenSet() const { return m_certificateNameHasBeenSet; }
47 template<typename CertificateNameT = Aws::String>
48 void SetCertificateName(CertificateNameT&& value) { m_certificateNameHasBeenSet = true; m_certificateName = std::forward<CertificateNameT>(value); }
49 template<typename CertificateNameT = Aws::String>
50 CodeSigningCertificateChain& WithCertificateName(CertificateNameT&& value) { SetCertificateName(std::forward<CertificateNameT>(value)); return *this;}
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) { m_inlineDocumentHasBeenSet = true; m_inlineDocument = std::forward<InlineDocumentT>(value); }
62 template<typename InlineDocumentT = Aws::String>
63 CodeSigningCertificateChain& WithInlineDocument(InlineDocumentT&& value) { SetInlineDocument(std::forward<InlineDocumentT>(value)); return *this;}
65 private:
66
67 Aws::String m_certificateName;
68 bool m_certificateNameHasBeenSet = false;
69
70 Aws::String m_inlineDocument;
71 bool m_inlineDocumentHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace IoT
76} // 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