Returns information about the ListResourceRecordSetsResult response and response metadata.
Inheritance: Amazon.Runtime.AmazonWebServiceResponse
        private static void UnmarshallResult(XmlUnmarshallerContext context,ListResourceRecordSetsResponse response)
        {
            
            int originalDepth = context.CurrentDepth;
            int targetDepth = originalDepth + 1;
            
            if (context.IsStartOfDocument) 
               targetDepth += 2;
            
            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("ResourceRecordSets/ResourceRecordSet", targetDepth))
                    {
                        response.ResourceRecordSets.Add(ResourceRecordSetUnmarshaller.GetInstance().Unmarshall(context));
                            
                        continue;
                    }
                    if (context.TestExpression("IsTruncated", targetDepth))
                    {
                        response.IsTruncated = BoolUnmarshaller.GetInstance().Unmarshall(context);
                            
                        continue;
                    }
                    if (context.TestExpression("NextRecordName", targetDepth))
                    {
                        response.NextRecordName = StringUnmarshaller.GetInstance().Unmarshall(context);
                            
                        continue;
                    }
                    if (context.TestExpression("NextRecordType", targetDepth))
                    {
                        response.NextRecordType = StringUnmarshaller.GetInstance().Unmarshall(context);
                            
                        continue;
                    }
                    if (context.TestExpression("NextRecordIdentifier", targetDepth))
                    {
                        response.NextRecordIdentifier = StringUnmarshaller.GetInstance().Unmarshall(context);
                            
                        continue;
                    }
                    if (context.TestExpression("MaxItems", targetDepth))
                    {
                        response.MaxItems = StringUnmarshaller.GetInstance().Unmarshall(context);
                            
                        continue;
                    }
                }
                else if (context.IsEndElement && context.CurrentDepth < originalDepth)
                {
                    return;
                }
            }
                            


            return;
        }
 /// <summary>
 /// Unmarshaller the response from the service to the response class.
 /// </summary>  
 /// <param name="context"></param>
 /// <returns></returns>
 public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
 {
     ListResourceRecordSetsResponse response = new ListResourceRecordSetsResponse();
     UnmarshallResult(context,response);
     
     return response;
 }        
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            ListResourceRecordSetsResponse response = new ListResourceRecordSetsResponse();
            while (context.Read())
            {
                if (context.IsStartElement)
                {
                    response.ListResourceRecordSetsResult = ListResourceRecordSetsResultUnmarshaller.GetInstance().Unmarshall(context);
                    break;
                }
            }

            return response;
        }