public static final class CfnDataSet.LogicalTableSourceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSet.LogicalTableSourceProperty
CfnDataSet.LogicalTableSourceProperty
CfnDataSet.LogicalTableSourceProperty.Builder, CfnDataSet.LogicalTableSourceProperty.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 |
getDataSetArn()
The Amazon Resource Number (ARN) of the parent dataset.
|
java.lang.Object |
getJoinInstruction()
Specifies the result of a join of two logical tables.
|
java.lang.String |
getPhysicalTableId()
Physical table ID.
|
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 getDataSetArn()
CfnDataSet.LogicalTableSourceProperty
getDataSetArn
in interface CfnDataSet.LogicalTableSourceProperty
public final java.lang.Object getJoinInstruction()
CfnDataSet.LogicalTableSourceProperty
getJoinInstruction
in interface CfnDataSet.LogicalTableSourceProperty
public final java.lang.String getPhysicalTableId()
CfnDataSet.LogicalTableSourceProperty
getPhysicalTableId
in interface CfnDataSet.LogicalTableSourceProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()