Class CfnContainerFleet.ConnectionPortRangeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnContainerFleet.ConnectionPortRangeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerFleet.ConnectionPortRangeProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerFleet.ConnectionPortRangeProperty
@Stability(Stable)
@Internal
public static final class CfnContainerFleet.ConnectionPortRangeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainerFleet.ConnectionPortRangeProperty
An implementation for
CfnContainerFleet.ConnectionPortRangeProperty
-
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.CfnContainerFleet.ConnectionPortRangeProperty
CfnContainerFleet.ConnectionPortRangeProperty.Builder, CfnContainerFleet.ConnectionPortRangeProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnContainerFleet.ConnectionPortRangeProperty.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 theCfnContainerFleet.ConnectionPortRangeProperty.Builder
.
-
-
Method Details
-
getFromPort
Description copied from interface:CfnContainerFleet.ConnectionPortRangeProperty
Starting value for the port range.- Specified by:
getFromPort
in interfaceCfnContainerFleet.ConnectionPortRangeProperty
- See Also:
-
getToPort
Description copied from interface:CfnContainerFleet.ConnectionPortRangeProperty
Ending value for the port.Port numbers are end-inclusive. This value must be equal to or greater than
FromPort
.- Specified by:
getToPort
in interfaceCfnContainerFleet.ConnectionPortRangeProperty
- 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()
-