Class CfnLaunchPropsMixin.LaunchGroupObjectProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.evidently.CfnLaunchPropsMixin.LaunchGroupObjectProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLaunchPropsMixin.LaunchGroupObjectProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLaunchPropsMixin.LaunchGroupObjectProperty
@Stability(Stable)
@Internal
public static final class CfnLaunchPropsMixin.LaunchGroupObjectProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLaunchPropsMixin.LaunchGroupObjectProperty
An implementation for
CfnLaunchPropsMixin.LaunchGroupObjectProperty-
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.evidently.CfnLaunchPropsMixin.LaunchGroupObjectProperty
CfnLaunchPropsMixin.LaunchGroupObjectProperty.Builder, CfnLaunchPropsMixin.LaunchGroupObjectProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLaunchPropsMixin.LaunchGroupObjectProperty.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 description of the launch group.final StringThe feature that this launch is using.final StringA name for this launch group.final StringThe feature variation to use for this launch group.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 theCfnLaunchPropsMixin.LaunchGroupObjectProperty.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnLaunchPropsMixin.LaunchGroupObjectPropertyA description of the launch group.- Specified by:
getDescriptionin interfaceCfnLaunchPropsMixin.LaunchGroupObjectProperty- See Also:
-
getFeature
Description copied from interface:CfnLaunchPropsMixin.LaunchGroupObjectPropertyThe feature that this launch is using.- Specified by:
getFeaturein interfaceCfnLaunchPropsMixin.LaunchGroupObjectProperty- See Also:
-
getGroupName
Description copied from interface:CfnLaunchPropsMixin.LaunchGroupObjectPropertyA name for this launch group.It can include up to 127 characters.
- Specified by:
getGroupNamein interfaceCfnLaunchPropsMixin.LaunchGroupObjectProperty- See Also:
-
getVariation
Description copied from interface:CfnLaunchPropsMixin.LaunchGroupObjectPropertyThe feature variation to use for this launch group.- Specified by:
getVariationin interfaceCfnLaunchPropsMixin.LaunchGroupObjectProperty- 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()
-