Class CfnRecordSetGroupProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnRecordSetGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRecordSetGroupProps
An implementation for CfnRecordSetGroupProps
  • 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.CfnRecordSetGroupProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnRecordSetGroupProps.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
    Optional: Any comments you want to include about a change batch request.
    final String
    The ID of the hosted zone that you want to create records in.
    final String
    The name of the hosted zone that you want to create records in.
    final Object
    A complex type that contains one RecordSet element for each record that you want to create.
    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(CfnRecordSetGroupProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnRecordSetGroupProps.Builder.
  • Method Details

    • getComment

      public final String getComment()
      Description copied from interface: CfnRecordSetGroupProps
      Optional: Any comments you want to include about a change batch request.
      Specified by:
      getComment in interface CfnRecordSetGroupProps
    • getHostedZoneId

      public final String getHostedZoneId()
      Description copied from interface: CfnRecordSetGroupProps
      The ID of the hosted zone that you want to create records in.

      Specify either HostedZoneName or HostedZoneId , but not both. If you have multiple hosted zones with the same domain name, you must specify the hosted zone using HostedZoneId .

      Specified by:
      getHostedZoneId in interface CfnRecordSetGroupProps
    • getHostedZoneName

      public final String getHostedZoneName()
      Description copied from interface: CfnRecordSetGroupProps
      The name of the hosted zone that you want to create records in.

      You must include a trailing dot (for example, www.example.com. ) as part of the HostedZoneName .

      When you create a stack using an AWS::Route53::RecordSet that specifies HostedZoneName , AWS CloudFormation attempts to find a hosted zone whose name matches the HostedZoneName . If AWS CloudFormation can't find a hosted zone with a matching domain name, or if there is more than one hosted zone with the specified domain name, AWS CloudFormation will not create the stack.

      Specify either HostedZoneName or HostedZoneId , but not both. If you have multiple hosted zones with the same domain name, you must specify the hosted zone using HostedZoneId .

      Specified by:
      getHostedZoneName in interface CfnRecordSetGroupProps
    • getRecordSets

      public final Object getRecordSets()
      Description copied from interface: CfnRecordSetGroupProps
      A complex type that contains one RecordSet element for each record that you want to create.
      Specified by:
      getRecordSets in interface CfnRecordSetGroupProps
    • $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