Class ZoneDelegationOptions.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class ZoneDelegationOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ZoneDelegationOptions
An implementation for ZoneDelegationOptions
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.route53.ZoneDelegationOptions

    ZoneDelegationOptions.Builder, ZoneDelegationOptions.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the ZoneDelegationOptions.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    A comment to add on the DNS record created to incorporate the delegation.
    final Duration
    The TTL (Time To Live) of the DNS delegation record in DNS caches.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(ZoneDelegationOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ZoneDelegationOptions.Builder.
  • Method Details

    • getComment

      public final String getComment()
      Description copied from interface: ZoneDelegationOptions
      A comment to add on the DNS record created to incorporate the delegation.

      Default: none

      Specified by:
      getComment in interface ZoneDelegationOptions
    • getTtl

      public final Duration getTtl()
      Description copied from interface: ZoneDelegationOptions
      The TTL (Time To Live) of the DNS delegation record in DNS caches.

      Default: 172800

      Specified by:
      getTtl in interface ZoneDelegationOptions
    • $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