Class CdkGraphArtifact.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.cdkgraph.CdkGraphArtifact.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,CdkGraphArtifact
- Enclosing interface:
- CdkGraphArtifact
@Stability(Experimental) @Internal public static final class CdkGraphArtifact.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CdkGraphArtifact
An implementation forCdkGraphArtifact
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.cdkgraph.CdkGraphArtifact
CdkGraphArtifact.Builder, CdkGraphArtifact.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.protectedJsii$Proxy(CdkGraphArtifact.Builder builder)Constructor that initializes the object based on literal property values passed by theCdkGraphArtifact.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetDescription()(experimental) Description of artifact.StringgetFilename()(experimental) Filename of the artifact.StringgetFilepath()(experimental) Full path where artifact is stored.StringgetId()(experimental) The unique type of the artifact.StringgetSource()(experimental) The source of the artifact (such as plugin, or core system, etc).inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(CdkGraphArtifact.Builder builder)
Constructor that initializes the object based on literal property values passed by theCdkGraphArtifact.Builder.
-
-
Method Detail
-
getFilename
public final String getFilename()
Description copied from interface:CdkGraphArtifact(experimental) Filename of the artifact.- Specified by:
getFilenamein interfaceCdkGraphArtifact
-
getFilepath
public final String getFilepath()
Description copied from interface:CdkGraphArtifact(experimental) Full path where artifact is stored.- Specified by:
getFilepathin interfaceCdkGraphArtifact
-
getId
public final String getId()
Description copied from interface:CdkGraphArtifact(experimental) The unique type of the artifact.- Specified by:
getIdin interfaceCdkGraphArtifact
-
getSource
public final String getSource()
Description copied from interface:CdkGraphArtifact(experimental) The source of the artifact (such as plugin, or core system, etc).- Specified by:
getSourcein interfaceCdkGraphArtifact
-
getDescription
public final String getDescription()
Description copied from interface:CdkGraphArtifact(experimental) Description of artifact.- Specified by:
getDescriptionin interfaceCdkGraphArtifact
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-