Пример #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)
        {
            DeleteLabelResponse response = new DeleteLabelResponse();


            return(response);
        }
        public static DeleteLabelResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteLabelResponse deleteLabelResponse = new DeleteLabelResponse();

            deleteLabelResponse.HttpResponse = context.HttpResponse;
            deleteLabelResponse.RequestId    = context.StringValue("DeleteLabel.RequestId");
            deleteLabelResponse.Result       = context.StringValue("DeleteLabel.Result");

            return(deleteLabelResponse);
        }