Class CfnSystemMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.resiliencehubv2.CfnSystemMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSystemMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSystemMixinProps
@Stability(Stable)
@Internal
public static final class CfnSystemMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSystemMixinProps
An implementation for
CfnSystemMixinProps-
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.resiliencehubv2.CfnSystemMixinProps
CfnSystemMixinProps.Builder, CfnSystemMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSystemMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSystemMixinProps.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 system.final StringThe KMS key ID for encrypting system data.final StringgetName()The name of the system.final ObjectWhether the system is enabled to be shared with other members of the Organization.getTags()Tags assigned to the system.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 theCfnSystemMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnSystemMixinPropsThe description of the system.- Specified by:
getDescriptionin interfaceCfnSystemMixinProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnSystemMixinPropsThe KMS key ID for encrypting system data.- Specified by:
getKmsKeyIdin interfaceCfnSystemMixinProps- See Also:
-
getName
Description copied from interface:CfnSystemMixinPropsThe name of the system.- Specified by:
getNamein interfaceCfnSystemMixinProps- See Also:
-
getSharingEnabled
Description copied from interface:CfnSystemMixinPropsWhether the system is enabled to be shared with other members of the Organization.Only applicable if the system owner is a management account or delegated admin.
Returns union: either
BooleanorIResolvableDefault: - false
- Specified by:
getSharingEnabledin interfaceCfnSystemMixinProps- See Also:
-
getTags
Description copied from interface:CfnSystemMixinPropsTags assigned to the system.- Specified by:
getTagsin interfaceCfnSystemMixinProps- 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()
-