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