Class CfnGameServerGroup.LaunchTemplateProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnGameServerGroup.LaunchTemplateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGameServerGroup.LaunchTemplateProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGameServerGroup.LaunchTemplateProperty
@Stability(Stable)
@Internal
public static final class CfnGameServerGroup.LaunchTemplateProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGameServerGroup.LaunchTemplateProperty
An implementation for
CfnGameServerGroup.LaunchTemplateProperty
-
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.gamelift.CfnGameServerGroup.LaunchTemplateProperty
CfnGameServerGroup.LaunchTemplateProperty.Builder, CfnGameServerGroup.LaunchTemplateProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGameServerGroup.LaunchTemplateProperty.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
A unique identifier for an existing Amazon EC2 launch template.final String
A readable identifier for an existing Amazon EC2 launch template.final String
The version of the Amazon EC2 launch template to use.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
Constructor that initializes the object based on literal property values passed by theCfnGameServerGroup.LaunchTemplateProperty.Builder
.
-
-
Method Details
-
getLaunchTemplateId
Description copied from interface:CfnGameServerGroup.LaunchTemplateProperty
A unique identifier for an existing Amazon EC2 launch template.- Specified by:
getLaunchTemplateId
in interfaceCfnGameServerGroup.LaunchTemplateProperty
- See Also:
-
getLaunchTemplateName
Description copied from interface:CfnGameServerGroup.LaunchTemplateProperty
A readable identifier for an existing Amazon EC2 launch template.- Specified by:
getLaunchTemplateName
in interfaceCfnGameServerGroup.LaunchTemplateProperty
- See Also:
-
getVersion
Description copied from interface:CfnGameServerGroup.LaunchTemplateProperty
The version of the Amazon EC2 launch template to use.If no version is specified, the default version will be used. With Amazon EC2, you can specify a default version for a launch template. If none is set, the default is the first version created.
- Specified by:
getVersion
in interfaceCfnGameServerGroup.LaunchTemplateProperty
- 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()
-