Class CfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.CfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty
An implementation for
CfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty-
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.imagebuilder.CfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty
CfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty.Builder, CfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty.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 StringThe account ID that this configuration applies to.final ObjectIdentifies the Amazon EC2 launch template to use.final ObjectSet the specified Amazon EC2 launch template as the default launch template for the specified account.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
protected Jsii$Proxy(CfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty.Builder.
-
-
Method Details
-
getAccountId
Description copied from interface:CfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationPropertyThe account ID that this configuration applies to.- Specified by:
getAccountIdin interfaceCfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty- See Also:
-
getLaunchTemplateId
Description copied from interface:CfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationPropertyIdentifies the Amazon EC2 launch template to use.Returns union: either
StringorILaunchTemplateRef- Specified by:
getLaunchTemplateIdin interfaceCfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty- See Also:
-
getSetDefaultVersion
Description copied from interface:CfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationPropertySet the specified Amazon EC2 launch template as the default launch template for the specified account.Returns union: either
BooleanorIResolvable- Specified by:
getSetDefaultVersionin interfaceCfnDistributionConfigurationPropsMixin.LaunchTemplateConfigurationProperty- 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()
-