Class DomainNameAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.DomainNameAttributes.Jsii$Proxy
- All Implemented Interfaces:
DomainNameAttributes
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DomainNameAttributes
@Stability(Stable)
@Internal
public static final class DomainNameAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DomainNameAttributes
An implementation for
DomainNameAttributes
-
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.apigateway.DomainNameAttributes
DomainNameAttributes.Builder, DomainNameAttributes.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(DomainNameAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theDomainNameAttributes.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The domain name (e.g.final String
The Route53 hosted zone ID to use in order to connect a record set to this domain through an alias.final String
The Route53 alias target to use in order to connect a record set to this domain through an alias.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theDomainNameAttributes.Builder
.
-
-
Method Details
-
getDomainName
Description copied from interface:DomainNameAttributes
The domain name (e.g.example.com
).- Specified by:
getDomainName
in interfaceDomainNameAttributes
-
getDomainNameAliasHostedZoneId
Description copied from interface:DomainNameAttributes
The Route53 hosted zone ID to use in order to connect a record set to this domain through an alias.- Specified by:
getDomainNameAliasHostedZoneId
in interfaceDomainNameAttributes
-
getDomainNameAliasTarget
Description copied from interface:DomainNameAttributes
The Route53 alias target to use in order to connect a record set to this domain through an alias.- Specified by:
getDomainNameAliasTarget
in interfaceDomainNameAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-