public static final class CfnStack.StorageConnectorProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStack.StorageConnectorProperty
CfnStack.StorageConnectorProperty
CfnStack.StorageConnectorProperty.Builder, CfnStack.StorageConnectorProperty.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 |
getConnectorType()
The type of storage connector.
|
java.util.List<java.lang.String> |
getDomains()
The names of the domains for the account.
|
java.lang.String |
getResourceIdentifier()
The ARN of the storage connector.
|
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 getConnectorType()
CfnStack.StorageConnectorProperty
getConnectorType
in interface CfnStack.StorageConnectorProperty
public final java.util.List<java.lang.String> getDomains()
CfnStack.StorageConnectorProperty
getDomains
in interface CfnStack.StorageConnectorProperty
public final java.lang.String getResourceIdentifier()
CfnStack.StorageConnectorProperty
getResourceIdentifier
in interface CfnStack.StorageConnectorProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()