/// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DeleteReplicationJobResponse response = new DeleteReplicationJobResponse();


            return(response);
        }
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>  
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DeleteReplicationJobResponse response = new DeleteReplicationJobResponse();


            return response;
        }
        public static DeleteReplicationJobResponse Unmarshall(UnmarshallerContext _ctx)
        {
            DeleteReplicationJobResponse deleteReplicationJobResponse = new DeleteReplicationJobResponse();

            deleteReplicationJobResponse.HttpResponse = _ctx.HttpResponse;
            deleteReplicationJobResponse.RequestId    = _ctx.StringValue("DeleteReplicationJob.RequestId");

            return(deleteReplicationJobResponse);
        }