Map<String, dynamic> toJson() { final functionArn = this.functionArn; return { 'functionArn': functionArn, }; }