7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/iot/IoT_EXPORTS.h>
12#include <aws/iot/model/CertificateProviderOperation.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename CertificateProv
iderNameT = Aws::String>
40 m_certificateProviderNameHasBeenSet =
true;
41 m_certificateProviderName = std::forward<CertificateProviderNameT>(value);
43 template <
typename CertificateProv
iderNameT = Aws::String>
55 template <
typename CertificateProv
iderArnT = Aws::String>
57 m_certificateProviderArnHasBeenSet =
true;
58 m_certificateProviderArn = std::forward<CertificateProviderArnT>(value);
60 template <
typename CertificateProv
iderArnT = Aws::String>
72 template <
typename LambdaFunctionArnT = Aws::String>
74 m_lambdaFunctionArnHasBeenSet =
true;
75 m_lambdaFunctionArn = std::forward<LambdaFunctionArnT>(value);
77 template <
typename LambdaFunctionArnT = Aws::String>
90 template <
typename AccountDefaultForOperationsT = Aws::Vector<CertificateProv
iderOperation>>
92 m_accountDefaultForOperationsHasBeenSet =
true;
93 m_accountDefaultForOperations = std::forward<AccountDefaultForOperationsT>(value);
95 template <
typename AccountDefaultForOperationsT = Aws::Vector<CertificateProv
iderOperation>>
101 m_accountDefaultForOperationsHasBeenSet =
true;
102 m_accountDefaultForOperations.push_back(value);
113 template <
typename CreationDateT = Aws::Utils::DateTime>
115 m_creationDateHasBeenSet =
true;
116 m_creationDate = std::forward<CreationDateT>(value);
118 template <
typename CreationDateT = Aws::Utils::DateTime>
131 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
133 m_lastModifiedDateHasBeenSet =
true;
134 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
136 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
146 template <
typename RequestIdT = Aws::String>
148 m_requestIdHasBeenSet =
true;
149 m_requestId = std::forward<RequestIdT>(value);
151 template <
typename RequestIdT = Aws::String>
174 bool m_certificateProviderNameHasBeenSet =
false;
175 bool m_certificateProviderArnHasBeenSet =
false;
176 bool m_lambdaFunctionArnHasBeenSet =
false;
177 bool m_accountDefaultForOperationsHasBeenSet =
false;
178 bool m_creationDateHasBeenSet =
false;
179 bool m_lastModifiedDateHasBeenSet =
false;
180 bool m_requestIdHasBeenSet =
false;
DescribeCertificateProviderResult & WithAccountDefaultForOperations(AccountDefaultForOperationsT &&value)
void SetLastModifiedDate(LastModifiedDateT &&value)
void SetCertificateProviderArn(CertificateProviderArnT &&value)
DescribeCertificateProviderResult & WithCertificateProviderName(CertificateProviderNameT &&value)
DescribeCertificateProviderResult & WithCertificateProviderArn(CertificateProviderArnT &&value)
const Aws::String & GetCertificateProviderArn() const
void SetAccountDefaultForOperations(AccountDefaultForOperationsT &&value)
const Aws::Utils::DateTime & GetLastModifiedDate() const
DescribeCertificateProviderResult & WithLastModifiedDate(LastModifiedDateT &&value)
DescribeCertificateProviderResult & WithLambdaFunctionArn(LambdaFunctionArnT &&value)
const Aws::String & GetLambdaFunctionArn() const
DescribeCertificateProviderResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetCertificateProviderName() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetCertificateProviderName(CertificateProviderNameT &&value)
DescribeCertificateProviderResult & AddAccountDefaultForOperations(CertificateProviderOperation value)
const Aws::String & GetRequestId() const
AWS_IOT_API DescribeCertificateProviderResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeCertificateProviderResult & WithCreationDate(CreationDateT &&value)
void SetCreationDate(CreationDateT &&value)
const Aws::Utils::DateTime & GetCreationDate() const
AWS_IOT_API DescribeCertificateProviderResult()=default
const Aws::Vector< CertificateProviderOperation > & GetAccountDefaultForOperations() const
AWS_IOT_API DescribeCertificateProviderResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLambdaFunctionArn(LambdaFunctionArnT &&value)
void SetRequestId(RequestIdT &&value)
CertificateProviderOperation
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue