Class CfnArtifactProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnArtifactProps.Jsii$Proxy
- All Implemented Interfaces:
CfnArtifactProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnArtifactProps
@Stability(Stable)
@Internal
public static final class CfnArtifactProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnArtifactProps
An implementation for
CfnArtifactProps-
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.CfnArtifactProps
CfnArtifactProps.Builder, CfnArtifactProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnArtifactProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnArtifactProps.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 artifact.final StringThe artifact type.final ObjectReturns union: eitherIResolvableorCfnArtifact.MetadataPropertiesPropertyfinal ObjectA list of properties to add to the artifact.final ObjectReturns union: eitherIResolvableorCfnArtifact.ArtifactSourcePropertygetTags()A list of tags to apply to the artifact.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 theCfnArtifactProps.Builder.
-
-
Method Details
-
getArtifactType
Description copied from interface:CfnArtifactPropsThe artifact type.- Specified by:
getArtifactTypein interfaceCfnArtifactProps- See Also:
-
getSource
Description copied from interface:CfnArtifactPropsReturns union: eitherIResolvableorCfnArtifact.ArtifactSourceProperty- Specified by:
getSourcein interfaceCfnArtifactProps- See Also:
-
getArtifactName
Description copied from interface:CfnArtifactPropsThe name of the artifact.Must be unique to your account in an AWS Region.
- Specified by:
getArtifactNamein interfaceCfnArtifactProps- See Also:
-
getMetadataProperties
Description copied from interface:CfnArtifactPropsReturns union: eitherIResolvableorCfnArtifact.MetadataPropertiesProperty- Specified by:
getMetadataPropertiesin interfaceCfnArtifactProps- See Also:
-
getProperties
Description copied from interface:CfnArtifactPropsA list of properties to add to the artifact.Returns union: either
IResolvableor Mapinvalid input: '<'String,String>- Specified by:
getPropertiesin interfaceCfnArtifactProps- See Also:
-
getTags
Description copied from interface:CfnArtifactPropsA list of tags to apply to the artifact.- Specified by:
getTagsin interfaceCfnArtifactProps- 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()
-