Class CfnContextProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnContextProps.Jsii$Proxy
- All Implemented Interfaces:
CfnContextProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContextProps
@Stability(Stable)
@Internal
public static final class CfnContextProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContextProps
An implementation for
CfnContextProps-
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.CfnContextProps
CfnContextProps.Builder, CfnContextProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnContextProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnContextProps.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 name of the context.final StringThe context type.final StringThe description of the context.final ObjectA list of properties to add to the context.final ObjectThe source type, ID, and URI.final List<CfnContext.TagsItemsProperty> getTags()A list of tags to apply to the context.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 theCfnContextProps.Builder.
-
-
Method Details
-
getContextName
Description copied from interface:CfnContextPropsThe name of the context.Must be unique to your account in an AWS Region.
- Specified by:
getContextNamein interfaceCfnContextProps- See Also:
-
getContextType
Description copied from interface:CfnContextPropsThe context type.- Specified by:
getContextTypein interfaceCfnContextProps- See Also:
-
getSource
Description copied from interface:CfnContextPropsThe source type, ID, and URI.Returns union: either
IResolvableorCfnContext.SourceProperty- Specified by:
getSourcein interfaceCfnContextProps- See Also:
-
getDescription
Description copied from interface:CfnContextPropsThe description of the context.- Specified by:
getDescriptionin interfaceCfnContextProps- See Also:
-
getProperties
Description copied from interface:CfnContextPropsA list of properties to add to the context.Returns union: either
IResolvableor Mapinvalid input: '<'String,String>- Specified by:
getPropertiesin interfaceCfnContextProps- See Also:
-
getTags
Description copied from interface:CfnContextPropsA list of tags to apply to the context.- Specified by:
getTagsin interfaceCfnContextProps- 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()
-