public static final class CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty
CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty
CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty.Builder, CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getLaunchTemplateSpecification()
The launch template to use.
|
java.lang.Object |
getOverrides()
Any parameters that you specify override the same parameters in the launch template.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getLaunchTemplateSpecification()
CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty
You must specify either the launch template ID or launch template name in the request.
getLaunchTemplateSpecification
in interface CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty
public final java.lang.Object getOverrides()
CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty
For fleets of type request
and maintain
, a maximum of 300 items is allowed across all launch templates.
getOverrides
in interface CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()