7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/iot/model/CertificateProviderOperation.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename CertificateProv
iderNameT = Aws::String>
44 void SetCertificateProviderName(CertificateProviderNameT&& value) { m_certificateProviderNameHasBeenSet =
true; m_certificateProviderName = std::forward<CertificateProviderNameT>(value); }
45 template<
typename CertificateProv
iderNameT = Aws::String>
54 template<
typename CertificateProv
iderArnT = Aws::String>
55 void SetCertificateProviderArn(CertificateProviderArnT&& value) { m_certificateProviderArnHasBeenSet =
true; m_certificateProviderArn = std::forward<CertificateProviderArnT>(value); }
56 template<
typename CertificateProv
iderArnT = Aws::String>
65 template<
typename LambdaFunctionArnT = Aws::String>
66 void SetLambdaFunctionArn(LambdaFunctionArnT&& value) { m_lambdaFunctionArnHasBeenSet =
true; m_lambdaFunctionArn = std::forward<LambdaFunctionArnT>(value); }
67 template<
typename LambdaFunctionArnT = Aws::String>
77 template<
typename AccountDefaultForOperationsT = Aws::Vector<CertificateProv
iderOperation>>
78 void SetAccountDefaultForOperations(AccountDefaultForOperationsT&& value) { m_accountDefaultForOperationsHasBeenSet =
true; m_accountDefaultForOperations = std::forward<AccountDefaultForOperationsT>(value); }
79 template<
typename AccountDefaultForOperationsT = Aws::Vector<CertificateProv
iderOperation>>
90 template<
typename CreationDateT = Aws::Utils::DateTime>
91 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
92 template<
typename CreationDateT = Aws::Utils::DateTime>
102 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
103 void SetLastModifiedDate(LastModifiedDateT&& value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = std::forward<LastModifiedDateT>(value); }
104 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
111 template<
typename RequestIdT = Aws::String>
112 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
113 template<
typename RequestIdT = Aws::String>
119 bool m_certificateProviderNameHasBeenSet =
false;
122 bool m_certificateProviderArnHasBeenSet =
false;
125 bool m_lambdaFunctionArnHasBeenSet =
false;
128 bool m_accountDefaultForOperationsHasBeenSet =
false;
131 bool m_creationDateHasBeenSet =
false;
134 bool m_lastModifiedDateHasBeenSet =
false;
137 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
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