public static DeleteDomainCertificateResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteDomainCertificateResponse deleteDomainCertificateResponse = new DeleteDomainCertificateResponse();

            deleteDomainCertificateResponse.HttpResponse = context.HttpResponse;
            deleteDomainCertificateResponse.RequestId    = context.StringValue("DeleteDomainCertificate.RequestId");

            return(deleteDomainCertificateResponse);
        }
        public static DeleteDomainCertificateResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteDomainCertificateResponse deleteDomainCertificateResponse = new DeleteDomainCertificateResponse();

            deleteDomainCertificateResponse.HttpResponse = context.HttpResponse;
            deleteDomainCertificateResponse.RequestId = context.StringValue("DeleteDomainCertificate.RequestId");

            return deleteDomainCertificateResponse;
        }