Class CfnResourceDefaultVersionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnResourceDefaultVersionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceDefaultVersionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResourceDefaultVersionMixinProps
@Stability(Stable)
@Internal
public static final class CfnResourceDefaultVersionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceDefaultVersionMixinProps
An implementation for
CfnResourceDefaultVersionMixinProps-
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.cloudformation.CfnResourceDefaultVersionMixinProps
CfnResourceDefaultVersionMixinProps.Builder, CfnResourceDefaultVersionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResourceDefaultVersionMixinProps.Builder.protectedJsii$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 theCfnResourceDefaultVersionMixinProps.Builder.
-
-
Method Details
-
getTypeName
Description copied from interface:CfnResourceDefaultVersionMixinPropsThe name of the resource.Conditional: You must specify either
TypeVersionArn, orTypeNameandVersionId.- Specified by:
getTypeNamein interfaceCfnResourceDefaultVersionMixinProps- See Also:
-
getTypeVersionArn
Description copied from interface:CfnResourceDefaultVersionMixinPropsThe Amazon Resource Name (ARN) of the resource version.Conditional: You must specify either
TypeVersionArn, orTypeNameandVersionId.Returns union: either
StringorIResourceVersionRef- Specified by:
getTypeVersionArnin interfaceCfnResourceDefaultVersionMixinProps- See Also:
-
getVersionId
Description copied from interface:CfnResourceDefaultVersionMixinPropsThe ID of a specific version of the resource.The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the resource version when it's registered.
Conditional: You must specify either
TypeVersionArn, orTypeNameandVersionId.- Specified by:
getVersionIdin interfaceCfnResourceDefaultVersionMixinProps- 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()
-