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 StringThe name of the space.final ObjectA collection of space 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
-
getSpaceName
Description copied from interface:CfnSpacePropsThe name of the space.- Specified by:
getSpaceNamein interfaceCfnSpaceProps
-
getSpaceSettings
Description copied from interface:CfnSpacePropsA collection of space settings.- Specified by:
getSpaceSettingsin interfaceCfnSpaceProps
-
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
-
$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()
-