7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
10#include <aws/dms/model/Certificate.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace DatabaseMigrationService {
37 template <
typename MarkerT = Aws::String>
39 m_markerHasBeenSet =
true;
40 m_marker = std::forward<MarkerT>(value);
42 template <
typename MarkerT = Aws::String>
55 template <
typename CertificatesT = Aws::Vector<Certificate>>
57 m_certificatesHasBeenSet =
true;
58 m_certificates = std::forward<CertificatesT>(value);
60 template <
typename CertificatesT = Aws::Vector<Certificate>>
65 template <
typename CertificatesT = Certificate>
67 m_certificatesHasBeenSet =
true;
68 m_certificates.emplace_back(std::forward<CertificatesT>(value));
76 template <
typename RequestIdT = Aws::String>
78 m_requestIdHasBeenSet =
true;
79 m_requestId = std::forward<RequestIdT>(value);
81 template <
typename RequestIdT = Aws::String>
93 bool m_markerHasBeenSet =
false;
94 bool m_certificatesHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetMarker() const
void SetRequestId(RequestIdT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DescribeCertificatesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeCertificatesResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_DATABASEMIGRATIONSERVICE_API DescribeCertificatesResult()=default
AWS_DATABASEMIGRATIONSERVICE_API DescribeCertificatesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeCertificatesResult & WithCertificates(CertificatesT &&value)
DescribeCertificatesResult & WithMarker(MarkerT &&value)
void SetMarker(MarkerT &&value)
void SetCertificates(CertificatesT &&value)
const Aws::Vector< Certificate > & GetCertificates() const
DescribeCertificatesResult & AddCertificates(CertificatesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue