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