Class CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty
@Stability(Stable)
@Internal
public static final class CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty
An implementation for
CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty
-
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.ec2.CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty
CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty.Builder, CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty.Builder
.
-
-
Method Details
-
getLaunchTemplateSpecification
Description copied from interface:CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty
The launch template to use.You must specify either the launch template ID or launch template name in the request.
- Specified by:
getLaunchTemplateSpecification
in interfaceCfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty
-
getOverrides
Description copied from interface:CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty
Any parameters that you specify override the same parameters in the launch template.For fleets of type
request
andmaintain
, a maximum of 300 items is allowed across all launch templates.- Specified by:
getOverrides
in interfaceCfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty
-
$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()
-