Class CfnPublicDnsNamespaceMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.servicediscovery.CfnPublicDnsNamespaceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPublicDnsNamespaceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPublicDnsNamespaceMixinProps
@Stability(Stable)
@Internal
public static final class CfnPublicDnsNamespaceMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPublicDnsNamespaceMixinProps
An implementation for
CfnPublicDnsNamespaceMixinProps-
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.servicediscovery.CfnPublicDnsNamespaceMixinProps
CfnPublicDnsNamespaceMixinProps.Builder, CfnPublicDnsNamespaceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPublicDnsNamespaceMixinProps.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 StringA description for the namespace.final StringgetName()The name that you want to assign to this namespace.final ObjectProperties for the public DNS namespace.getTags()The tags for the namespace.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 theCfnPublicDnsNamespaceMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnPublicDnsNamespaceMixinPropsA description for the namespace.- Specified by:
getDescriptionin interfaceCfnPublicDnsNamespaceMixinProps- See Also:
-
getName
Description copied from interface:CfnPublicDnsNamespaceMixinPropsThe name that you want to assign to this namespace.Do not include sensitive information in the name. The name is publicly available using DNS queries.
- Specified by:
getNamein interfaceCfnPublicDnsNamespaceMixinProps- See Also:
-
getProperties
Description copied from interface:CfnPublicDnsNamespaceMixinPropsProperties for the public DNS namespace.Returns union: either
IResolvableorCfnPublicDnsNamespacePropsMixin.PropertiesProperty- Specified by:
getPropertiesin interfaceCfnPublicDnsNamespaceMixinProps- See Also:
-
getTags
Description copied from interface:CfnPublicDnsNamespaceMixinPropsThe tags for the namespace.Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
- Specified by:
getTagsin interfaceCfnPublicDnsNamespaceMixinProps- 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()
-