
zio.aws.sagemakera2iruntime.model.DeleteHumanLoopResponse.scala Maven / Gradle / Ivy
package zio.aws.sagemakera2iruntime.model
import zio.aws.core.BuilderHelper
import scala.jdk.CollectionConverters._
final case class DeleteHumanLoopResponse() {
def buildAwsValue()
: software.amazon.awssdk.services.sagemakera2iruntime.model.DeleteHumanLoopResponse = {
import DeleteHumanLoopResponse.zioAwsBuilderHelper.BuilderOps
software.amazon.awssdk.services.sagemakera2iruntime.model.DeleteHumanLoopResponse
.builder()
.build()
}
def asReadOnly
: zio.aws.sagemakera2iruntime.model.DeleteHumanLoopResponse.ReadOnly =
zio.aws.sagemakera2iruntime.model.DeleteHumanLoopResponse
.wrap(buildAwsValue())
}
object DeleteHumanLoopResponse {
private lazy val zioAwsBuilderHelper: BuilderHelper[
software.amazon.awssdk.services.sagemakera2iruntime.model.DeleteHumanLoopResponse
] = BuilderHelper.apply
trait ReadOnly {
def asEditable: zio.aws.sagemakera2iruntime.model.DeleteHumanLoopResponse =
zio.aws.sagemakera2iruntime.model.DeleteHumanLoopResponse()
}
private final class Wrapper(
impl: software.amazon.awssdk.services.sagemakera2iruntime.model.DeleteHumanLoopResponse
) extends zio.aws.sagemakera2iruntime.model.DeleteHumanLoopResponse.ReadOnly
def wrap(
impl: software.amazon.awssdk.services.sagemakera2iruntime.model.DeleteHumanLoopResponse
): zio.aws.sagemakera2iruntime.model.DeleteHumanLoopResponse.ReadOnly =
new Wrapper(impl)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy