Class CfnNamespaceMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.scn.CfnNamespaceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNamespaceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNamespaceMixinProps
@Stability(Stable)
@Internal
public static final class CfnNamespaceMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNamespaceMixinProps
An implementation for
CfnNamespaceMixinProps-
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.scn.CfnNamespaceMixinProps
CfnNamespaceMixinProps.Builder, CfnNamespaceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnNamespaceMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnNamespaceMixinProps.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 description of the namespace.final StringThe Amazon Web Services Supply Chain instance identifier.final StringgetName()The name of the 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 theCfnNamespaceMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnNamespaceMixinPropsThe description of the namespace.- Specified by:
getDescriptionin interfaceCfnNamespaceMixinProps- See Also:
-
getInstanceId
Description copied from interface:CfnNamespaceMixinPropsThe Amazon Web Services Supply Chain instance identifier.- Specified by:
getInstanceIdin interfaceCfnNamespaceMixinProps- See Also:
-
getName
Description copied from interface:CfnNamespaceMixinPropsThe name of the namespace.- Specified by:
getNamein interfaceCfnNamespaceMixinProps- See Also:
-
getTags
Description copied from interface:CfnNamespaceMixinPropsThe tags for the namespace.- Specified by:
getTagsin interfaceCfnNamespaceMixinProps- 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()
-