public static final class CfnModuleDefaultVersionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModuleDefaultVersionProps
CfnModuleDefaultVersionProps
CfnModuleDefaultVersionProps.Builder, CfnModuleDefaultVersionProps.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 |
getArn()
The Amazon Resource Name (ARN) of the module version to set as the default version.
|
java.lang.String |
getModuleName()
The name of the module.
|
java.lang.String |
getVersionId()
The ID for the specific version of the module.
|
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 getArn()
CfnModuleDefaultVersionProps
Conditional: You must specify either Arn
, or ModuleName
and VersionId
.
getArn
in interface CfnModuleDefaultVersionProps
public final java.lang.String getModuleName()
CfnModuleDefaultVersionProps
Conditional: You must specify either Arn
, or ModuleName
and VersionId
.
getModuleName
in interface CfnModuleDefaultVersionProps
public final java.lang.String getVersionId()
CfnModuleDefaultVersionProps
Conditional: You must specify either Arn
, or ModuleName
and VersionId
.
getVersionId
in interface CfnModuleDefaultVersionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()