# File lib/fog/aws/models/compute/dhcp_options.rb, line 81
        def get(dhcp_options_id)
          if dhcp_options_id
            self.class.new(:service => service).all('dhcp-options-id' => dhcp_options_id).first
          end
        end