Class CfnFleet.ContainerGroupsPerInstanceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnFleet.ContainerGroupsPerInstanceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFleet.ContainerGroupsPerInstanceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFleet.ContainerGroupsPerInstanceProperty
@Stability(Stable)
@Internal
public static final class CfnFleet.ContainerGroupsPerInstanceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFleet.ContainerGroupsPerInstanceProperty
An implementation for
CfnFleet.ContainerGroupsPerInstanceProperty-
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.services.gamelift.CfnFleet.ContainerGroupsPerInstanceProperty
CfnFleet.ContainerGroupsPerInstanceProperty.Builder, CfnFleet.ContainerGroupsPerInstanceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFleet.ContainerGroupsPerInstanceProperty.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 NumberThe desired number of replica container groups to place on each fleet instance.final NumberThe maximum possible number of replica container groups that each fleet instance can have.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 theCfnFleet.ContainerGroupsPerInstanceProperty.Builder.
-
-
Method Details
-
getDesiredReplicaContainerGroupsPerInstance
Description copied from interface:CfnFleet.ContainerGroupsPerInstancePropertyThe desired number of replica container groups to place on each fleet instance.- Specified by:
getDesiredReplicaContainerGroupsPerInstancein interfaceCfnFleet.ContainerGroupsPerInstanceProperty- See Also:
-
getMaxReplicaContainerGroupsPerInstance
Description copied from interface:CfnFleet.ContainerGroupsPerInstancePropertyThe maximum possible number of replica container groups that each fleet instance can have.- Specified by:
getMaxReplicaContainerGroupsPerInstancein interfaceCfnFleet.ContainerGroupsPerInstanceProperty- 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()
-