class AWS::SimpleDB::DomainCollection

def domain_named name

def domain_named name
  Domain.new(name.to_s, :config => config)
end