public static final class CfnResourceDefaultVersionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnResourceDefaultVersionProps
CfnResourceDefaultVersionProps
CfnResourceDefaultVersionProps.Builder, CfnResourceDefaultVersionProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getTypeName()
The name of the resource.
|
java.lang.String |
getTypeVersionArn()
The Amazon Resource Name (ARN) of the resource version.
|
java.lang.String |
getVersionId()
The ID of a specific version of the resource.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getTypeName()
CfnResourceDefaultVersionProps
Conditional: You must specify either TypeVersionArn
, or TypeName
and VersionId
.
getTypeName
in interface CfnResourceDefaultVersionProps
public final java.lang.String getTypeVersionArn()
CfnResourceDefaultVersionProps
Conditional: You must specify either TypeVersionArn
, or TypeName
and VersionId
.
getTypeVersionArn
in interface CfnResourceDefaultVersionProps
public final java.lang.String getVersionId()
CfnResourceDefaultVersionProps
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
, or TypeName
and VersionId
.
getVersionId
in interface CfnResourceDefaultVersionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()