7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
9#include <aws/dms/model/Certificate.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace DatabaseMigrationService {
36 template <
typename CertificateT = Certificate>
38 m_certificateHasBeenSet =
true;
39 m_certificate = std::forward<CertificateT>(value);
41 template <
typename CertificateT = Certificate>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_certificateHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
DeleteCertificateResult & WithRequestId(RequestIdT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DeleteCertificateResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
DeleteCertificateResult & WithCertificate(CertificateT &&value)
void SetCertificate(CertificateT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DeleteCertificateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATABASEMIGRATIONSERVICE_API DeleteCertificateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Certificate & GetCertificate() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue