Class DatasyncLocationHdfsNameNode.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.datasync_location_hdfs.DatasyncLocationHdfsNameNode.Jsii$Proxy
-
- All Implemented Interfaces:
DatasyncLocationHdfsNameNode,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DatasyncLocationHdfsNameNode
@Stability(Stable) @Internal public static final class DatasyncLocationHdfsNameNode.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatasyncLocationHdfsNameNode
An implementation forDatasyncLocationHdfsNameNode
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.datasync_location_hdfs.DatasyncLocationHdfsNameNode
DatasyncLocationHdfsNameNode.Builder, DatasyncLocationHdfsNameNode.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DatasyncLocationHdfsNameNode.Builder builder)Constructor that initializes the object based on literal property values passed by theDatasyncLocationHdfsNameNode.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetHostname()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#hostname DatasyncLocationHdfs#hostname}.NumbergetPort()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#port DatasyncLocationHdfs#port}.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(DatasyncLocationHdfsNameNode.Builder builder)
Constructor that initializes the object based on literal property values passed by theDatasyncLocationHdfsNameNode.Builder.
-
-
Method Detail
-
getHostname
public final String getHostname()
Description copied from interface:DatasyncLocationHdfsNameNodeDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#hostname DatasyncLocationHdfs#hostname}.- Specified by:
getHostnamein interfaceDatasyncLocationHdfsNameNode
-
getPort
public final Number getPort()
Description copied from interface:DatasyncLocationHdfsNameNodeDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_location_hdfs#port DatasyncLocationHdfs#port}.- Specified by:
getPortin interfaceDatasyncLocationHdfsNameNode
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-