Class MatchmakingRuleSetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.alpha.MatchmakingRuleSetProps.Jsii$Proxy
- All Implemented Interfaces:
MatchmakingRuleSetProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MatchmakingRuleSetProps
@Stability(Experimental)
@Internal
public static final class MatchmakingRuleSetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MatchmakingRuleSetProps
An implementation for
MatchmakingRuleSetProps
-
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.alpha.MatchmakingRuleSetProps
MatchmakingRuleSetProps.Builder, MatchmakingRuleSetProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theMatchmakingRuleSetProps.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 RuleSetContent
(experimental) A collection of matchmaking rules.final String
(experimental) A unique identifier for the matchmaking rule set.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 theMatchmakingRuleSetProps.Builder
.
-
-
Method Details
-
getContent
Description copied from interface:MatchmakingRuleSetProps
(experimental) A collection of matchmaking rules.- Specified by:
getContent
in interfaceMatchmakingRuleSetProps
-
getMatchmakingRuleSetName
Description copied from interface:MatchmakingRuleSetProps
(experimental) A unique identifier for the matchmaking rule set.A matchmaking configuration identifies the rule set it uses by this name value.
Note: the rule set name is different from the optional name field in the rule set body
- Specified by:
getMatchmakingRuleSetName
in interfaceMatchmakingRuleSetProps
-
$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()
-