public static SetDomainServerCertificateResponse Unmarshall(UnmarshallerContext context)
        {
            SetDomainServerCertificateResponse setDomainServerCertificateResponse = new SetDomainServerCertificateResponse();

            setDomainServerCertificateResponse.HttpResponse = context.HttpResponse;
            setDomainServerCertificateResponse.RequestId    = context.StringValue("SetDomainServerCertificate.RequestId");

            return(setDomainServerCertificateResponse);
        }
        public static SetDomainServerCertificateResponse Unmarshall(UnmarshallerContext context)
        {
            SetDomainServerCertificateResponse setDomainServerCertificateResponse = new SetDomainServerCertificateResponse();

            setDomainServerCertificateResponse.HttpResponse = context.HttpResponse;
            setDomainServerCertificateResponse.RequestId = context.StringValue("SetDomainServerCertificate.RequestId");

            return setDomainServerCertificateResponse;
        }