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