factory AttributeValue.fromJson(Map<String, dynamic> json) { return AttributeValue( value: json['Value'] as String?, ); }