toJson method
Implementation
Map<String, dynamic> toJson() {
final licenseConfigurationArn = this.licenseConfigurationArn;
final amiAssociationScope = this.amiAssociationScope;
return {
'LicenseConfigurationArn': licenseConfigurationArn,
if (amiAssociationScope != null)
'AmiAssociationScope': amiAssociationScope,
};
}