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


            return(response);
        }
        public static DeleteSourceServerResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteSourceServerResponse deleteSourceServerResponse = new DeleteSourceServerResponse();

            deleteSourceServerResponse.HttpResponse = context.HttpResponse;
            deleteSourceServerResponse.RequestId    = context.StringValue("DeleteSourceServer.RequestId");

            return(deleteSourceServerResponse);
        }