public static DeleteNetworkAclResponse Unmarshall(UnmarshallerContext _ctx) { DeleteNetworkAclResponse deleteNetworkAclResponse = new DeleteNetworkAclResponse(); deleteNetworkAclResponse.HttpResponse = _ctx.HttpResponse; deleteNetworkAclResponse.RequestId = _ctx.StringValue("DeleteNetworkAcl.RequestId"); return(deleteNetworkAclResponse); }
public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context) { DeleteNetworkAclResponse response = new DeleteNetworkAclResponse(); while (context.Read()) { } return(response); }
/// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context) { DeleteNetworkAclResponse response = new DeleteNetworkAclResponse(); int originalDepth = context.CurrentDepth; int targetDepth = originalDepth + 1; if (context.IsStartOfDocument) { targetDepth = 2; } while (context.ReadAtDepth(originalDepth)) { if (context.IsStartElement || context.IsAttribute) { } } return(response); }