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