Class CfnServiceTemplateProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.proton.CfnServiceTemplateProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceTemplateProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnServiceTemplateProps
@Stability(Stable)
@Internal
public static final class CfnServiceTemplateProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceTemplateProps
An implementation for
CfnServiceTemplateProps-
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.services.proton.CfnServiceTemplateProps
CfnServiceTemplateProps.Builder, CfnServiceTemplateProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServiceTemplateProps.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 theCfnServiceTemplateProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnServiceTemplatePropsA description of the service template.- Specified by:
getDescriptionin interfaceCfnServiceTemplateProps
-
getDisplayName
Description copied from interface:CfnServiceTemplatePropsThe service template name as displayed in the developer interface.- Specified by:
getDisplayNamein interfaceCfnServiceTemplateProps
-
getEncryptionKey
Description copied from interface:CfnServiceTemplatePropsThe customer provided service template encryption key that's used to encrypt data.- Specified by:
getEncryptionKeyin interfaceCfnServiceTemplateProps
-
getName
Description copied from interface:CfnServiceTemplatePropsThe name of the service template.- Specified by:
getNamein interfaceCfnServiceTemplateProps
-
getPipelineProvisioning
Description copied from interface:CfnServiceTemplatePropsIfpipelineProvisioningistrue, a service pipeline is included in the service template.Otherwise, a service pipeline isn't included in the service template.
- Specified by:
getPipelineProvisioningin interfaceCfnServiceTemplateProps
-
getTags
Description copied from interface:CfnServiceTemplatePropsAn object that includes the template bundle S3 bucket path and name for the new version of a service template.- Specified by:
getTagsin interfaceCfnServiceTemplateProps
-
$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()
-