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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.alpha.MatchmakingConfigurationAttributes
MatchmakingConfigurationAttributes.Builder, MatchmakingConfigurationAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theMatchmakingConfigurationAttributes.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 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 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 theMatchmakingConfigurationAttributes.Builder.
-
-
Method Details
-
getMatchmakingConfigurationArn
Description copied from interface:MatchmakingConfigurationAttributes(experimental) The ARN of the Matchmaking configuration.At least one of
matchmakingConfigurationArnandmatchmakingConfigurationNamemust be provided.Default: derived from `matchmakingConfigurationName`.
- Specified by:
getMatchmakingConfigurationArnin interfaceMatchmakingConfigurationAttributes
-
getMatchmakingConfigurationName
Description copied from interface:MatchmakingConfigurationAttributes(experimental) The identifier of the Matchmaking configuration.At least one of
matchmakingConfigurationNameandmatchmakingConfigurationArnmust be provided.Default: derived from `matchmakingConfigurationArn`.
- Specified by:
getMatchmakingConfigurationNamein 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:
getNotificationTargetin interfaceMatchmakingConfigurationAttributes- 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()
-