Class CfnLocationHDFS.NameNodeProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datasync.CfnLocationHDFS.NameNodeProperty.Jsii$Proxy
All Implemented Interfaces:
CfnLocationHDFS.NameNodeProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnLocationHDFS.NameNodeProperty

@Stability(Stable) @Internal public static final class CfnLocationHDFS.NameNodeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLocationHDFS.NameNodeProperty
An implementation for CfnLocationHDFS.NameNodeProperty
  • Constructor Details

    • 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(CfnLocationHDFS.NameNodeProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnLocationHDFS.NameNodeProperty.Builder.
  • Method Details

    • getHostname

      public final String getHostname()
      Description copied from interface: CfnLocationHDFS.NameNodeProperty
      The hostname of the NameNode in the HDFS cluster.

      This value is the IP address or Domain Name Service (DNS) name of the NameNode. An agent that's installed on-premises uses this hostname to communicate with the NameNode in the network.

      Specified by:
      getHostname in interface CfnLocationHDFS.NameNodeProperty
    • getPort

      public final Number getPort()
      Description copied from interface: CfnLocationHDFS.NameNodeProperty
      The port that the NameNode uses to listen to client requests.
      Specified by:
      getPort in interface CfnLocationHDFS.NameNodeProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object