Class CfnFunction.DeploymentPreferenceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sam.CfnFunction.DeploymentPreferenceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFunction.DeploymentPreferenceProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFunction.DeploymentPreferenceProperty
@Stability(Stable)
@Internal
public static final class CfnFunction.DeploymentPreferenceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFunction.DeploymentPreferenceProperty
An implementation for
CfnFunction.DeploymentPreferenceProperty
-
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.sam.CfnFunction.DeploymentPreferenceProperty
CfnFunction.DeploymentPreferenceProperty.Builder, CfnFunction.DeploymentPreferenceProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFunction.DeploymentPreferenceProperty.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
CfnFunction.DeploymentPreferenceProperty.Alarms
.final Object
CfnFunction.DeploymentPreferenceProperty.Enabled
.final Object
getHooks()
CfnFunction.DeploymentPreferenceProperty.Hooks
.final String
getType()
CfnFunction.DeploymentPreferenceProperty.Type
.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 theCfnFunction.DeploymentPreferenceProperty.Builder
.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnFunction.DeploymentPreferenceProperty
CfnFunction.DeploymentPreferenceProperty.Enabled
.- Specified by:
getEnabled
in interfaceCfnFunction.DeploymentPreferenceProperty
-
getType
Description copied from interface:CfnFunction.DeploymentPreferenceProperty
CfnFunction.DeploymentPreferenceProperty.Type
.- Specified by:
getType
in interfaceCfnFunction.DeploymentPreferenceProperty
-
getAlarms
Description copied from interface:CfnFunction.DeploymentPreferenceProperty
CfnFunction.DeploymentPreferenceProperty.Alarms
.- Specified by:
getAlarms
in interfaceCfnFunction.DeploymentPreferenceProperty
-
getHooks
Description copied from interface:CfnFunction.DeploymentPreferenceProperty
CfnFunction.DeploymentPreferenceProperty.Hooks
.- Specified by:
getHooks
in interfaceCfnFunction.DeploymentPreferenceProperty
-
$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()
-