Map<String, dynamic> toJson() { final kmsKeyId = this.kmsKeyId; return { if (kmsKeyId != null) 'KmsKeyId': kmsKeyId, }; }