Serializes this as a JSON object.
this
@override Object? toJson() => value is AWSSerializable ? (value as AWSSerializable).toJson() : value;