Package software.amazon.awscdk.core
Class CfnResourceDefaultVersionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.core.CfnResourceDefaultVersionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceDefaultVersionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnResourceDefaultVersionProps
@Stability(Stable)
@Internal
public static final class CfnResourceDefaultVersionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceDefaultVersionProps
An implementation for
CfnResourceDefaultVersionProps-
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.core.CfnResourceDefaultVersionProps
CfnResourceDefaultVersionProps.Builder, CfnResourceDefaultVersionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResourceDefaultVersionProps.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 theCfnResourceDefaultVersionProps.Builder.
-
-
Method Details
-
getTypeName
Description copied from interface:CfnResourceDefaultVersionPropsThe name of the resource.Conditional: You must specify either
TypeVersionArn, orTypeNameandVersionId.- Specified by:
getTypeNamein interfaceCfnResourceDefaultVersionProps
-
getTypeVersionArn
Description copied from interface:CfnResourceDefaultVersionPropsThe Amazon Resource Name (ARN) of the resource version.Conditional: You must specify either
TypeVersionArn, orTypeNameandVersionId.- Specified by:
getTypeVersionArnin interfaceCfnResourceDefaultVersionProps
-
getVersionId
Description copied from interface:CfnResourceDefaultVersionPropsThe 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 interfaceCfnResourceDefaultVersionProps
-
$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()
-