Class CfnHookDefaultVersionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudformation.CfnHookDefaultVersionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnHookDefaultVersionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHookDefaultVersionProps
@Stability(Stable)
@Internal
public static final class CfnHookDefaultVersionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHookDefaultVersionProps
An implementation for
CfnHookDefaultVersionProps
-
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.cloudformation.CfnHookDefaultVersionProps
CfnHookDefaultVersionProps.Builder, CfnHookDefaultVersionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnHookDefaultVersionProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnHookDefaultVersionProps.Builder
.
-
-
Method Details
-
getTypeName
Description copied from interface:CfnHookDefaultVersionProps
The name of the hook.You must specify either
TypeVersionArn
, orTypeName
andVersionId
.- Specified by:
getTypeName
in interfaceCfnHookDefaultVersionProps
- See Also:
-
getTypeVersionArn
Description copied from interface:CfnHookDefaultVersionProps
The version ID of the type configuration.You must specify either
TypeVersionArn
, orTypeName
andVersionId
.- Specified by:
getTypeVersionArn
in interfaceCfnHookDefaultVersionProps
- See Also:
-
getVersionId
Description copied from interface:CfnHookDefaultVersionProps
The version ID of the type specified.You must specify either
TypeVersionArn
, orTypeName
andVersionId
.- Specified by:
getVersionId
in interfaceCfnHookDefaultVersionProps
- See Also:
-
$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()
-