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