# File lib/aws/simple_email_service/identity.rb, line 101 def bounce_topic= topic arn = topic.respond_to?(:arn) ? topic.arn : topic self.bounce_topic_arn = arn end