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