Class CfnEnvironmentActionsMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnEnvironmentActionsMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironmentActionsMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironmentActionsMixinProps
@Stability(Stable)
@Internal
public static final class CfnEnvironmentActionsMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironmentActionsMixinProps
An implementation for
CfnEnvironmentActionsMixinProps-
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.datazone.CfnEnvironmentActionsMixinProps
CfnEnvironmentActionsMixinProps.Builder, CfnEnvironmentActionsMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironmentActionsMixinProps.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 StringThe environment action description.final StringThe Amazon DataZone domain ID of the environment action.final StringThe environment ID of the environment action.final StringThe ID of the environment action.final StringgetName()The name of the environment action.final ObjectThe parameters of the environment action.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 theCfnEnvironmentActionsMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnEnvironmentActionsMixinPropsThe environment action description.- Specified by:
getDescriptionin interfaceCfnEnvironmentActionsMixinProps- See Also:
-
getDomainIdentifier
Description copied from interface:CfnEnvironmentActionsMixinPropsThe Amazon DataZone domain ID of the environment action.- Specified by:
getDomainIdentifierin interfaceCfnEnvironmentActionsMixinProps- See Also:
-
getEnvironmentIdentifier
Description copied from interface:CfnEnvironmentActionsMixinPropsThe environment ID of the environment action.- Specified by:
getEnvironmentIdentifierin interfaceCfnEnvironmentActionsMixinProps- See Also:
-
getIdentifier
Description copied from interface:CfnEnvironmentActionsMixinPropsThe ID of the environment action.- Specified by:
getIdentifierin interfaceCfnEnvironmentActionsMixinProps- See Also:
-
getName
Description copied from interface:CfnEnvironmentActionsMixinPropsThe name of the environment action.- Specified by:
getNamein interfaceCfnEnvironmentActionsMixinProps- See Also:
-
getParameters
Description copied from interface:CfnEnvironmentActionsMixinPropsThe parameters of the environment action.Returns union: either
IResolvableorCfnEnvironmentActionsPropsMixin.AwsConsoleLinkParametersProperty- Specified by:
getParametersin interfaceCfnEnvironmentActionsMixinProps- 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()
-