public static ListLocalDisksResultUnmarshaller GetInstance() { if (instance == null) { instance = new ListLocalDisksResultUnmarshaller(); } return(instance); }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { ListLocalDisksResponse response = new ListLocalDisksResponse(); context.Read(); response.ListLocalDisksResult = ListLocalDisksResultUnmarshaller.GetInstance().Unmarshall(context); return(response); }