# File lib/fog/aws/models/compute/images.rb, line 53
        def get(image_id)
          if image_id
            self.class.new(:service => service).all('image-id' => image_id).first
          end
        end