/// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context) { DetachVolumeResponse response = new DetachVolumeResponse(); int originalDepth = context.CurrentDepth; int targetDepth = originalDepth + 1; if (context.IsStartOfDocument) { targetDepth = 2; } while (context.ReadAtDepth(originalDepth)) { if (context.IsStartElement || context.IsAttribute) { if (context.TestExpression(".", targetDepth)) { response.Attachment = VolumeAttachmentUnmarshaller.Instance.Unmarshall(context); continue; } } } return(response); }
public static DetachVolumeResponse Unmarshall(UnmarshallerContext context) { DetachVolumeResponse detachVolumeResponse = new DetachVolumeResponse(); detachVolumeResponse.HttpResponse = context.HttpResponse; detachVolumeResponse.RequestId = context.StringValue("DetachVolume.RequestId"); return(detachVolumeResponse); }
/// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { DetachVolumeResponse response = new DetachVolumeResponse(); context.Read(); int targetDepth = context.CurrentDepth; while (context.ReadAtDepth(targetDepth)) { if (context.TestExpression("VolumeARN", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; response.VolumeARN = unmarshaller.Unmarshall(context); continue; } } return(response); }
public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context) { DetachVolumeResponse response = new DetachVolumeResponse(); int targetDepth = 2; while (context.Read()) { if (context.IsStartElement || context.IsAttribute) { if (context.TestExpression(".", targetDepth)) { response.Attachment = VolumeAttachmentUnmarshaller.GetInstance().Unmarshall(context); continue; } } } return(response); }