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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.DomainNameAttributes
DomainNameAttributes.Builder, DomainNameAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(DomainNameAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theDomainNameAttributes.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringgetName()domain name string.final StringThe domain name associated with the regional endpoint for this custom domain name.final StringThe region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.final inthashCode()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:DomainNameAttributesdomain name string.- Specified by:
getNamein interfaceDomainNameAttributes
-
getRegionalDomainName
Description copied from interface:DomainNameAttributesThe domain name associated with the regional endpoint for this custom domain name.- Specified by:
getRegionalDomainNamein interfaceDomainNameAttributes
-
getRegionalHostedZoneId
Description copied from interface:DomainNameAttributesThe region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.- Specified by:
getRegionalHostedZoneIdin interfaceDomainNameAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-