/// <summary> /// Unmarshaller the response from the service to the response class. /// </summary> /// <param name="context"></param> /// <returns></returns> public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context) { CreateCapacityReservationResponse response = new CreateCapacityReservationResponse(); 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("capacityReservation", targetDepth)) { var unmarshaller = CapacityReservationUnmarshaller.Instance; response.CapacityReservation = unmarshaller.Unmarshall(context); continue; } } } return(response); }
public static CreateCapacityReservationResponse Unmarshall(UnmarshallerContext context) { CreateCapacityReservationResponse createCapacityReservationResponse = new CreateCapacityReservationResponse(); createCapacityReservationResponse.HttpResponse = context.HttpResponse; createCapacityReservationResponse.RequestId = context.StringValue("CreateCapacityReservation.RequestId"); createCapacityReservationResponse.PrivatePoolOptionsId = context.StringValue("CreateCapacityReservation.PrivatePoolOptionsId"); return(createCapacityReservationResponse); }