# File lib/aws/s3/acl_object.rb, line 82
        def string_attr(element_name, options = {})
          method_name = options[:method_name] ||
            Inflection.ruby_name(element_name)

          attr_accessor(method_name)
          setter_option(method_name)
          string_input_validator(method_name)
          validate_string(method_name) if options[:required]
          body_xml_string_content(element_name, method_name)
        end