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