Class MatchmakingRuleSetAttributes.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.alpha.MatchmakingRuleSetAttributes.Jsii$Proxy
All Implemented Interfaces:
MatchmakingRuleSetAttributes, software.amazon.jsii.JsiiSerializable
Enclosing interface:
MatchmakingRuleSetAttributes

@Stability(Experimental) @Internal public static final class MatchmakingRuleSetAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MatchmakingRuleSetAttributes
An implementation for MatchmakingRuleSetAttributes
  • 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

      protected Jsii$Proxy(MatchmakingRuleSetAttributes.Builder builder)
      Constructor that initializes the object based on literal property values passed by the MatchmakingRuleSetAttributes.Builder.
  • Method Details

    • getMatchmakingRuleSetArn

      public final String getMatchmakingRuleSetArn()
      Description copied from interface: MatchmakingRuleSetAttributes
      (experimental) The ARN of the matchmaking ruleSet.

      At least one of matchmakingRuleSetArn and matchmakingRuleSetName must be provided.

      Default: derived from `matchmakingRuleSetName`.

      Specified by:
      getMatchmakingRuleSetArn in interface MatchmakingRuleSetAttributes
    • getMatchmakingRuleSetName

      public final String getMatchmakingRuleSetName()
      Description copied from interface: MatchmakingRuleSetAttributes
      (experimental) The unique name of the matchmaking ruleSet.

      At least one of ruleSetName and matchmakingRuleSetArn must be provided.

      Default: derived from `matchmakingRuleSetArn`.

      Specified by:
      getMatchmakingRuleSetName in interface MatchmakingRuleSetAttributes
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object