All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.connect.amazon.iamidentitycenter.model.ClientName.kt Maven / Gradle / Ivy

The newest version!
package org.http4k.connect.amazon.iamidentitycenter.model

import dev.forkhandles.values.NonBlankStringValueFactory
import dev.forkhandles.values.StringValue

class ClientName private constructor(value: String) : StringValue(value) {
    companion object : NonBlankStringValueFactory(::ClientName)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy