Class DomainNameAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.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.apigatewayv2.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
getName()
domain name string.final String
The domain name associated with the regional endpoint for this custom domain name.final String
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.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
-
getName
Description copied from interface:DomainNameAttributes
domain name string.- Specified by:
getName
in interfaceDomainNameAttributes
-
getRegionalDomainName
Description copied from interface:DomainNameAttributes
The domain name associated with the regional endpoint for this custom domain name.- Specified by:
getRegionalDomainName
in interfaceDomainNameAttributes
-
getRegionalHostedZoneId
Description copied from interface:DomainNameAttributes
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.- Specified by:
getRegionalHostedZoneId
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()
-