Class CfnServiceTemplateMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.proton.CfnServiceTemplateMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceTemplateMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceTemplateMixinProps
@Stability(Stable)
@Internal
public static final class CfnServiceTemplateMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceTemplateMixinProps
An implementation for
CfnServiceTemplateMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.proton.CfnServiceTemplateMixinProps
CfnServiceTemplateMixinProps.Builder, CfnServiceTemplateMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServiceTemplateMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringA description of the service template.final StringThe service template name as displayed in the developer interface.final StringThe customer provided service template encryption key that's used to encrypt data.final StringgetName()The name of the service template.final StringIfpipelineProvisioningistrue, a service pipeline is included in the service template.getTags()An object that includes the template bundle S3 bucket path and name for the new version of a service template.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnServiceTemplateMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnServiceTemplateMixinPropsA description of the service template.- Specified by:
getDescriptionin interfaceCfnServiceTemplateMixinProps- See Also:
-
getDisplayName
Description copied from interface:CfnServiceTemplateMixinPropsThe service template name as displayed in the developer interface.- Specified by:
getDisplayNamein interfaceCfnServiceTemplateMixinProps- See Also:
-
getEncryptionKey
Description copied from interface:CfnServiceTemplateMixinPropsThe customer provided service template encryption key that's used to encrypt data.- Specified by:
getEncryptionKeyin interfaceCfnServiceTemplateMixinProps- See Also:
-
getName
Description copied from interface:CfnServiceTemplateMixinPropsThe name of the service template.- Specified by:
getNamein interfaceCfnServiceTemplateMixinProps- See Also:
-
getPipelineProvisioning
Description copied from interface:CfnServiceTemplateMixinPropsIfpipelineProvisioningistrue, a service pipeline is included in the service template.Otherwise, a service pipeline isn't included in the service template.
- Specified by:
getPipelineProvisioningin interfaceCfnServiceTemplateMixinProps- See Also:
-
getTags
Description copied from interface:CfnServiceTemplateMixinPropsAn object that includes the template bundle S3 bucket path and name for the new version of a service template.- Specified by:
getTagsin interfaceCfnServiceTemplateMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-