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

org.http4k.connect.amazon.sts.model.RoleId.kt Maven / Gradle / Ivy

There is a newer version: 5.35.2.0
Show newest version
package org.http4k.connect.amazon.sts.model

import dev.forkhandles.values.NonBlankStringValueFactory
import org.http4k.connect.amazon.core.model.ResourceId

class RoleId private constructor(value: String) : ResourceId(value) {
    companion object : NonBlankStringValueFactory(::RoleId)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy