in src/main/scala/com/gu/dynamodbswitches/Switch.scala [10:14]
def enabled_=(value: Boolean): Unit = state = value def toStringAttribute(): AttributeValue = { AttributeValue.builder().s(this.name).build() }