AWS SDK for C++

AWS SDK for C++ Version 1.11.873

Loading...
Searching...
No Matches
DeleteCertificateAuthorityResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/eks/EKS_EXPORTS.h>
10#include <aws/eks/model/CertificateAuthoritySummary.h>
11#include <aws/eks/model/Update.h>
12
13#include <utility>
14
15namespace Aws {
16template <typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils {
20namespace Json {
21class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace EKS {
25namespace Model {
27 public:
28 AWS_EKS_API DeleteCertificateAuthorityResult() = default;
31
33
37 inline const Update& GetUpdate() const { return m_update; }
38 template <typename UpdateT = Update>
39 void SetUpdate(UpdateT&& value) {
40 m_updateHasBeenSet = true;
41 m_update = std::forward<UpdateT>(value);
42 }
43 template <typename UpdateT = Update>
45 SetUpdate(std::forward<UpdateT>(value));
46 return *this;
47 }
49
51
55 inline const CertificateAuthoritySummary& GetCertificateAuthority() const { return m_certificateAuthority; }
56 template <typename CertificateAuthorityT = CertificateAuthoritySummary>
57 void SetCertificateAuthority(CertificateAuthorityT&& value) {
58 m_certificateAuthorityHasBeenSet = true;
59 m_certificateAuthority = std::forward<CertificateAuthorityT>(value);
60 }
61 template <typename CertificateAuthorityT = CertificateAuthoritySummary>
63 SetCertificateAuthority(std::forward<CertificateAuthorityT>(value));
64 return *this;
65 }
67
69
70 inline const Aws::String& GetRequestId() const { return m_requestId; }
71 template <typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) {
73 m_requestIdHasBeenSet = true;
74 m_requestId = std::forward<RequestIdT>(value);
75 }
76 template <typename RequestIdT = Aws::String>
78 SetRequestId(std::forward<RequestIdT>(value));
79 return *this;
80 }
82 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
83
84 private:
85 Update m_update;
86
87 CertificateAuthoritySummary m_certificateAuthority;
88
89 Aws::String m_requestId;
90 Aws::Http::HttpResponseCode m_HttpResponseCode;
91 bool m_updateHasBeenSet = false;
92 bool m_certificateAuthorityHasBeenSet = false;
93 bool m_requestIdHasBeenSet = false;
94};
95
96} // namespace Model
97} // namespace EKS
98} // namespace Aws
const CertificateAuthoritySummary & GetCertificateAuthority() const
AWS_EKS_API DeleteCertificateAuthorityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_EKS_API DeleteCertificateAuthorityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteCertificateAuthorityResult & WithCertificateAuthority(CertificateAuthorityT &&value)
DeleteCertificateAuthorityResult & WithUpdate(UpdateT &&value)
DeleteCertificateAuthorityResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue