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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.imagebuilder.CfnDistributionConfiguration.LaunchTemplateConfigurationProperty
CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Builder, CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The account ID that this configuration applies to.final String
Identifies the Amazon EC2 launch template to use.final Object
Set the specified Amazon EC2 launch template as the default launch template for the specified account.final int
hashCode()
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.LaunchTemplateConfigurationProperty
The account ID that this configuration applies to.- Specified by:
getAccountId
in interfaceCfnDistributionConfiguration.LaunchTemplateConfigurationProperty
- See Also:
-
getLaunchTemplateId
Description copied from interface:CfnDistributionConfiguration.LaunchTemplateConfigurationProperty
Identifies the Amazon EC2 launch template to use.- Specified by:
getLaunchTemplateId
in interfaceCfnDistributionConfiguration.LaunchTemplateConfigurationProperty
- See Also:
-
getSetDefaultVersion
Description copied from interface:CfnDistributionConfiguration.LaunchTemplateConfigurationProperty
Set the specified Amazon EC2 launch template as the default launch template for the specified account.- Specified by:
getSetDefaultVersion
in interfaceCfnDistributionConfiguration.LaunchTemplateConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-