Class MatchmakingConfigurationAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.alpha.MatchmakingConfigurationAttributes.Jsii$Proxy
- All Implemented Interfaces:
MatchmakingConfigurationAttributes
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MatchmakingConfigurationAttributes
@Stability(Experimental)
@Internal
public static final class MatchmakingConfigurationAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MatchmakingConfigurationAttributes
An implementation for
MatchmakingConfigurationAttributes
-
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.MatchmakingConfigurationAttributes
MatchmakingConfigurationAttributes.Builder, MatchmakingConfigurationAttributes.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theMatchmakingConfigurationAttributes.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 String
(experimental) The ARN of the Matchmaking configuration.final String
(experimental) The identifier of the Matchmaking configuration.final ITopic
(experimental) An SNS topic ARN that is set up to receive matchmaking notifications.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 theMatchmakingConfigurationAttributes.Builder
.
-
-
Method Details
-
getMatchmakingConfigurationArn
Description copied from interface:MatchmakingConfigurationAttributes
(experimental) The ARN of the Matchmaking configuration.At least one of
matchmakingConfigurationArn
andmatchmakingConfigurationName
must be provided.Default: derived from `matchmakingConfigurationName`.
- Specified by:
getMatchmakingConfigurationArn
in interfaceMatchmakingConfigurationAttributes
-
getMatchmakingConfigurationName
Description copied from interface:MatchmakingConfigurationAttributes
(experimental) The identifier of the Matchmaking configuration.At least one of
matchmakingConfigurationName
andmatchmakingConfigurationArn
must be provided.Default: derived from `matchmakingConfigurationArn`.
- Specified by:
getMatchmakingConfigurationName
in interfaceMatchmakingConfigurationAttributes
-
getNotificationTarget
Description copied from interface:MatchmakingConfigurationAttributes
(experimental) An SNS topic ARN that is set up to receive matchmaking notifications.Default: no notification target binded to imported ressource
- Specified by:
getNotificationTarget
in interfaceMatchmakingConfigurationAttributes
- 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()
-