module AWS::S3::ACLObject::ClassMethods

def body_xml_content(method_name)

def body_xml_content(method_name)
  add_xml_child(method_name) { |value| value.to_s }
end