Class CfnGameServerGroupPropsMixin.LaunchTemplateProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnGameServerGroupPropsMixin.LaunchTemplateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGameServerGroupPropsMixin.LaunchTemplateProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGameServerGroupPropsMixin.LaunchTemplateProperty
@Stability(Stable)
@Internal
public static final class CfnGameServerGroupPropsMixin.LaunchTemplateProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGameServerGroupPropsMixin.LaunchTemplateProperty
An implementation for
CfnGameServerGroupPropsMixin.LaunchTemplateProperty-
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.cfnpropertymixins.services.gamelift.CfnGameServerGroupPropsMixin.LaunchTemplateProperty
CfnGameServerGroupPropsMixin.LaunchTemplateProperty.Builder, CfnGameServerGroupPropsMixin.LaunchTemplateProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGameServerGroupPropsMixin.LaunchTemplateProperty.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 StringA unique identifier for an existing Amazon EC2 launch template.final StringA readable identifier for an existing Amazon EC2 launch template.final StringThe version of the Amazon EC2 launch template to use.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
Constructor that initializes the object based on literal property values passed by theCfnGameServerGroupPropsMixin.LaunchTemplateProperty.Builder.
-
-
Method Details
-
getLaunchTemplateId
Description copied from interface:CfnGameServerGroupPropsMixin.LaunchTemplatePropertyA unique identifier for an existing Amazon EC2 launch template.- Specified by:
getLaunchTemplateIdin interfaceCfnGameServerGroupPropsMixin.LaunchTemplateProperty- See Also:
-
getLaunchTemplateName
Description copied from interface:CfnGameServerGroupPropsMixin.LaunchTemplatePropertyA readable identifier for an existing Amazon EC2 launch template.- Specified by:
getLaunchTemplateNamein interfaceCfnGameServerGroupPropsMixin.LaunchTemplateProperty- See Also:
-
getVersion
Description copied from interface:CfnGameServerGroupPropsMixin.LaunchTemplatePropertyThe 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:
getVersionin interfaceCfnGameServerGroupPropsMixin.LaunchTemplateProperty- 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()
-