Class CfnAlias.RoutingStrategyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnAlias.RoutingStrategyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAlias.RoutingStrategyProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAlias.RoutingStrategyProperty
@Stability(Stable)
@Internal
public static final class CfnAlias.RoutingStrategyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAlias.RoutingStrategyProperty
An implementation for
CfnAlias.RoutingStrategyProperty
-
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.CfnAlias.RoutingStrategyProperty
CfnAlias.RoutingStrategyProperty.Builder, CfnAlias.RoutingStrategyProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAlias.RoutingStrategyProperty.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
A unique identifier for a fleet that the alias points to.final String
The message text to be used with a terminal routing strategy.final String
getType()
A type of routing strategy.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 theCfnAlias.RoutingStrategyProperty.Builder
.
-
-
Method Details
-
getType
Description copied from interface:CfnAlias.RoutingStrategyProperty
A type of routing strategy.Possible routing types include the following:
- SIMPLE - The alias resolves to one specific fleet. Use this type when routing to active fleets.
- TERMINAL - The alias does not resolve to a fleet but instead can be used to display a message to the user. A terminal alias throws a
TerminalRoutingStrategyException
with the message that you specified in theMessage
property.
- Specified by:
getType
in interfaceCfnAlias.RoutingStrategyProperty
- See Also:
-
getFleetId
Description copied from interface:CfnAlias.RoutingStrategyProperty
A unique identifier for a fleet that the alias points to.If you specify
SIMPLE
for theType
property, you must specify this property.- Specified by:
getFleetId
in interfaceCfnAlias.RoutingStrategyProperty
- See Also:
-
getMessage
Description copied from interface:CfnAlias.RoutingStrategyProperty
The message text to be used with a terminal routing strategy.If you specify
TERMINAL
for theType
property, you must specify this property.- Specified by:
getMessage
in interfaceCfnAlias.RoutingStrategyProperty
- 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()
-