Class CfnSpaceMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnSpaceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSpaceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSpaceMixinProps
@Stability(Stable)
@Internal
public static final class CfnSpaceMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSpaceMixinProps
An implementation for
CfnSpaceMixinProps-
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.sagemaker.CfnSpaceMixinProps
CfnSpaceMixinProps.Builder, CfnSpaceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSpaceMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSpaceMixinProps.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 ID of the associated domain.final ObjectThe collection of ownership settings for a space.final StringThe name of the space that appears in the Studio UI.final StringThe name of the space.final ObjectA collection of space settings.final ObjectA collection of space sharing settings.getTags()An array of key-value pairs to apply to this resource.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 theCfnSpaceMixinProps.Builder.
-
-
Method Details
-
getDomainId
Description copied from interface:CfnSpaceMixinPropsThe ID of the associated domain.- Specified by:
getDomainIdin interfaceCfnSpaceMixinProps- See Also:
-
getOwnershipSettings
Description copied from interface:CfnSpaceMixinPropsThe collection of ownership settings for a space.Returns union: either
IResolvableorCfnSpacePropsMixin.OwnershipSettingsProperty- Specified by:
getOwnershipSettingsin interfaceCfnSpaceMixinProps- See Also:
-
getSpaceDisplayName
Description copied from interface:CfnSpaceMixinPropsThe name of the space that appears in the Studio UI.- Specified by:
getSpaceDisplayNamein interfaceCfnSpaceMixinProps- See Also:
-
getSpaceName
Description copied from interface:CfnSpaceMixinPropsThe name of the space.- Specified by:
getSpaceNamein interfaceCfnSpaceMixinProps- See Also:
-
getSpaceSettings
Description copied from interface:CfnSpaceMixinPropsA collection of space settings.Returns union: either
IResolvableorCfnSpacePropsMixin.SpaceSettingsProperty- Specified by:
getSpaceSettingsin interfaceCfnSpaceMixinProps- See Also:
-
getSpaceSharingSettings
Description copied from interface:CfnSpaceMixinPropsA collection of space sharing settings.Returns union: either
IResolvableorCfnSpacePropsMixin.SpaceSharingSettingsProperty- Specified by:
getSpaceSharingSettingsin interfaceCfnSpaceMixinProps- See Also:
-
getTags
Description copied from interface:CfnSpaceMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnSpaceMixinProps- 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()
-