public static BatchSendMailResponse Unmarshall(UnmarshallerContext context)
        {
            BatchSendMailResponse batchSendMailResponse = new BatchSendMailResponse();

            batchSendMailResponse.HttpResponse = context.HttpResponse;
            batchSendMailResponse.RequestId    = context.StringValue("BatchSendMail.RequestId");
            batchSendMailResponse.EnvId        = context.StringValue("BatchSendMail.EnvId");
            return(batchSendMailResponse);
        }
        public static BatchSendMailResponse Unmarshall(UnmarshallerContext context)
        {
            BatchSendMailResponse batchSendMailResponse = new BatchSendMailResponse();

            batchSendMailResponse.HttpResponse = context.HttpResponse;
            batchSendMailResponse.RequestId = context.StringValue("BatchSendMail.RequestId");

            return batchSendMailResponse;
        }