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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sam.CfnFunction.DeploymentPreferenceProperty
CfnFunction.DeploymentPreferenceProperty.Builder, CfnFunction.DeploymentPreferenceProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFunction.DeploymentPreferenceProperty.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 booleanCfnFunction.DeploymentPreferenceProperty.Alarms.final ObjectCfnFunction.DeploymentPreferenceProperty.Enabled.final ObjectgetHooks()CfnFunction.DeploymentPreferenceProperty.Hooks.final StringgetType()CfnFunction.DeploymentPreferenceProperty.Type.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 theCfnFunction.DeploymentPreferenceProperty.Builder. 
 - 
 - 
Method Details
- 
getEnabled
Description copied from interface:CfnFunction.DeploymentPreferencePropertyCfnFunction.DeploymentPreferenceProperty.Enabled.- Specified by:
 getEnabledin interfaceCfnFunction.DeploymentPreferenceProperty
 - 
getType
Description copied from interface:CfnFunction.DeploymentPreferencePropertyCfnFunction.DeploymentPreferenceProperty.Type.- Specified by:
 getTypein interfaceCfnFunction.DeploymentPreferenceProperty
 - 
getAlarms
Description copied from interface:CfnFunction.DeploymentPreferencePropertyCfnFunction.DeploymentPreferenceProperty.Alarms.- Specified by:
 getAlarmsin interfaceCfnFunction.DeploymentPreferenceProperty
 - 
getHooks
Description copied from interface:CfnFunction.DeploymentPreferencePropertyCfnFunction.DeploymentPreferenceProperty.Hooks.- Specified by:
 getHooksin interfaceCfnFunction.DeploymentPreferenceProperty
 - 
$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() 
 -