public static ListVolumesResultUnmarshaller GetInstance() { if (instance == null) { instance = new ListVolumesResultUnmarshaller(); } return(instance); }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { ListVolumesResponse response = new ListVolumesResponse(); context.Read(); response.ListVolumesResult = ListVolumesResultUnmarshaller.GetInstance().Unmarshall(context); return(response); }