Class CfnAliasMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnAliasMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAliasMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAliasMixinProps
@Stability(Stable)
@Internal
public static final class CfnAliasMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAliasMixinProps
An implementation for
CfnAliasMixinProps-
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.cfnpropertymixins.services.gamelift.CfnAliasMixinProps
CfnAliasMixinProps.Builder, CfnAliasMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAliasMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAliasMixinProps.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 StringA human-readable description of the alias.final StringgetName()A descriptive label that is associated with an alias.final ObjectThe routing configuration, including routing type and fleet target, for the alias.getTags()An array of key-value pairs to apply to this resource.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 theCfnAliasMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnAliasMixinPropsA human-readable description of the alias.- Specified by:
getDescriptionin interfaceCfnAliasMixinProps- See Also:
-
getName
Description copied from interface:CfnAliasMixinPropsA descriptive label that is associated with an alias.Alias names do not need to be unique.
- Specified by:
getNamein interfaceCfnAliasMixinProps- See Also:
-
getRoutingStrategy
Description copied from interface:CfnAliasMixinPropsThe routing configuration, including routing type and fleet target, for the alias.Returns union: either
IResolvableorCfnAliasPropsMixin.RoutingStrategyProperty- Specified by:
getRoutingStrategyin interfaceCfnAliasMixinProps- See Also:
-
getTags
Description copied from interface:CfnAliasMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnAliasMixinProps- 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()
-