/// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { DeleteNodeResponse response = new DeleteNodeResponse(); return(response); }
public static DeleteNodeResponse Unmarshall(UnmarshallerContext context) { DeleteNodeResponse deleteNodeResponse = new DeleteNodeResponse(); deleteNodeResponse.HttpResponse = context.HttpResponse; deleteNodeResponse.RequestId = context.StringValue("DeleteNode.RequestId"); deleteNodeResponse.TaskId = context.IntegerValue("DeleteNode.TaskId"); return(deleteNodeResponse); }