public static ModifyProtectedDomainSpecResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyProtectedDomainSpecResponse modifyProtectedDomainSpecResponse = new ModifyProtectedDomainSpecResponse();

            modifyProtectedDomainSpecResponse.HttpResponse = context.HttpResponse;
            modifyProtectedDomainSpecResponse.RequestId    = context.StringValue("ModifyProtectedDomainSpec.RequestId");

            return(modifyProtectedDomainSpecResponse);
        }
        public static ModifyProtectedDomainSpecResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyProtectedDomainSpecResponse modifyProtectedDomainSpecResponse = new ModifyProtectedDomainSpecResponse();

            modifyProtectedDomainSpecResponse.HttpResponse = context.HttpResponse;
            modifyProtectedDomainSpecResponse.RequestId = context.StringValue("ModifyProtectedDomainSpec.RequestId");

            return modifyProtectedDomainSpecResponse;
        }