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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.evidently.CfnLaunch.LaunchGroupObjectProperty
CfnLaunch.LaunchGroupObjectProperty.Builder, CfnLaunch.LaunchGroupObjectProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLaunch.LaunchGroupObjectProperty.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 description of the launch group.final String
The feature that this launch is using.final String
A name for this launch group.final String
The feature variation to use for this launch group.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 theCfnLaunch.LaunchGroupObjectProperty.Builder
.
-
-
Method Details
-
getFeature
Description copied from interface:CfnLaunch.LaunchGroupObjectProperty
The feature that this launch is using.- Specified by:
getFeature
in interfaceCfnLaunch.LaunchGroupObjectProperty
-
getGroupName
Description copied from interface:CfnLaunch.LaunchGroupObjectProperty
A name for this launch group.It can include up to 127 characters.
- Specified by:
getGroupName
in interfaceCfnLaunch.LaunchGroupObjectProperty
-
getVariation
Description copied from interface:CfnLaunch.LaunchGroupObjectProperty
The feature variation to use for this launch group.- Specified by:
getVariation
in interfaceCfnLaunch.LaunchGroupObjectProperty
-
getDescription
Description copied from interface:CfnLaunch.LaunchGroupObjectProperty
A description of the launch group.- Specified by:
getDescription
in interfaceCfnLaunch.LaunchGroupObjectProperty
-
$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()
-