Class CfnDomainNameMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnDomainNameMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDomainNameMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomainNameMixinProps
@Stability(Stable)
@Internal
public static final class CfnDomainNameMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomainNameMixinProps
An implementation for
CfnDomainNameMixinProps-
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.cfnpropertymixins.services.appsync.CfnDomainNameMixinProps
CfnDomainNameMixinProps.Builder, CfnDomainNameMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomainNameMixinProps.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 StringThe Amazon Resource Name (ARN) of the certificate.final StringThe decription for your domain name.final StringThe domain name.getTags()A set of tags (key-value pairs) for this domain name.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 theCfnDomainNameMixinProps.Builder.
-
-
Method Details
-
getCertificateArn
Description copied from interface:CfnDomainNameMixinPropsThe Amazon Resource Name (ARN) of the certificate.This will be an Certificate Manager certificate.
- Specified by:
getCertificateArnin interfaceCfnDomainNameMixinProps- See Also:
-
getDescription
Description copied from interface:CfnDomainNameMixinPropsThe decription for your domain name.- Specified by:
getDescriptionin interfaceCfnDomainNameMixinProps- See Also:
-
getDomainName
Description copied from interface:CfnDomainNameMixinPropsThe domain name.- Specified by:
getDomainNamein interfaceCfnDomainNameMixinProps- See Also:
-
getTags
Description copied from interface:CfnDomainNameMixinPropsA set of tags (key-value pairs) for this domain name.- Specified by:
getTagsin interfaceCfnDomainNameMixinProps- See Also:
-
$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()
-