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